summary refs log tree commit diff
path: root/machines/corsac/devices.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/corsac/devices.nix')
-rw-r--r--machines/corsac/devices.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/machines/corsac/devices.nix b/machines/corsac/devices.nix
index 396151a..d7be7f5 100644
--- a/machines/corsac/devices.nix
+++ b/machines/corsac/devices.nix
@@ -7,8 +7,9 @@
       systemd-boot.enable = true;
       efi.canTouchEfiVariables = true;
     };
-  
-    initrd.systemd.enable = true; 
+
+    kernelModules = [ "wireguard" ];
+    initrd.systemd.enable = true;
   };
 
   networking = {