summary refs log tree commit diff
path: root/machines/corsac/devices.nix
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2024-12-13 00:20:02 +0100
committerMel <einebeere@gmail.com>2024-12-15 22:55:11 +0100
commit7cea3ef593c337667f7efebf49ce609e96cb029f (patch)
treeb10b8ecd89bcf2856c6a2c12a019669d7f3259ff /machines/corsac/devices.nix
parentff501440c298175a9afad1d44dccbe3896186a69 (diff)
downloadnetwork-7cea3ef593c337667f7efebf49ce609e96cb029f.tar.zst
network-7cea3ef593c337667f7efebf49ce609e96cb029f.zip
Add WireGuard to all kernels
Signed-off-by: Mel <einebeere@gmail.com>
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 = {