summary refs log tree commit diff
path: root/machines/corsac
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2026-04-24 22:04:42 +0200
committerMel <mel@rnrd.eu>2026-04-24 22:04:42 +0200
commit127d8ff2c2e77a0cbfc7a2a3c962ef23b5ab7261 (patch)
tree8c1466f92c26fb08ea6c2c3d666cacc7fe372cb6 /machines/corsac
parent0bfba3b356635a296f22bd060537c6c74cef2635 (diff)
downloadnetwork-127d8ff2c2e77a0cbfc7a2a3c962ef23b5ab7261.tar.zst
network-127d8ff2c2e77a0cbfc7a2a3c962ef23b5ab7261.zip
Remove generic foundation WireGuard server module, currently replaced by the tunnel and not required
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'machines/corsac')
-rw-r--r--machines/corsac/devices.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/machines/corsac/devices.nix b/machines/corsac/devices.nix
index 06e4f8c..a2215fd 100644
--- a/machines/corsac/devices.nix
+++ b/machines/corsac/devices.nix
@@ -8,7 +8,6 @@
       efi.canTouchEfiVariables = true;
     };
 
-    kernelModules = [ "wireguard" ];
     initrd.systemd.enable = true;
   };