From b316e20cb0a954836c4aa0cc330d5cf20d36463a Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sun, 30 Dec 2018 12:31:11 +0100 Subject: machines/haku: add wireguard kernel module --- machines/profpatsch/haku.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'machines') diff --git a/machines/profpatsch/haku.nix b/machines/profpatsch/haku.nix index f0626f01..8b81378b 100644 --- a/machines/profpatsch/haku.nix +++ b/machines/profpatsch/haku.nix @@ -37,6 +37,9 @@ in vuizvui.user.profpatsch.server.sshPort = 7001; boot.loader.grub.device = "/dev/sda"; + # VPN support + boot.extraModulePackages = [ config.boot.kernelPackages.wireguard ]; + fileSystems = { "/" = { device = "/dev/sda3"; -- cgit 1.4.1