about summary refs log tree commit diff
path: root/machines/profpatsch/haku.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2018-12-30 12:31:11 +0100
committerProfpatsch <mail@profpatsch.de>2018-12-30 12:32:07 +0100
commitb316e20cb0a954836c4aa0cc330d5cf20d36463a (patch)
treee4f609398de861b117bf60b2a49e88504f477ddb /machines/profpatsch/haku.nix
parentf5a6c2ed015a726098270a227aa6c618f9f533aa (diff)
machines/haku: add wireguard kernel module
Diffstat (limited to 'machines/profpatsch/haku.nix')
-rw-r--r--machines/profpatsch/haku.nix3
1 files changed, 3 insertions, 0 deletions
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";