From 127d8ff2c2e77a0cbfc7a2a3c962ef23b5ab7261 Mon Sep 17 00:00:00 2001 From: Mel Date: Fri, 24 Apr 2026 22:04:42 +0200 Subject: Remove generic foundation WireGuard server module, currently replaced by the tunnel and not required Signed-off-by: Mel --- machines/fourmi/devices.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines/fourmi/devices.nix') diff --git a/machines/fourmi/devices.nix b/machines/fourmi/devices.nix index 342e89f..c8d2e72 100644 --- a/machines/fourmi/devices.nix +++ b/machines/fourmi/devices.nix @@ -24,7 +24,7 @@ }; plymouth.enable = true; - kernelModules = [ "wireguard" ]; + kernelModules = [ ]; }; zramSwap = { -- cgit 1.4.1