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/corsac/devices.nix | 1 - machines/fourmi/devices.nix | 2 +- machines/lapin/devices.nix | 2 +- machines/renard/devices.nix | 2 +- machines/taureau/devices.nix | 2 +- machines/truite/devices.nix | 2 +- 6 files changed, 5 insertions(+), 6 deletions(-) (limited to 'machines') 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; }; 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 = { diff --git a/machines/lapin/devices.nix b/machines/lapin/devices.nix index ccf7d75..450baf3 100644 --- a/machines/lapin/devices.nix +++ b/machines/lapin/devices.nix @@ -3,7 +3,7 @@ { boot = { loader.systemd-boot.enable = true; - kernelModules = [ "wireguard" ]; + kernelModules = [ ]; }; # testing with replacing swap partitions diff --git a/machines/renard/devices.nix b/machines/renard/devices.nix index 6965d7d..aa8d7b9 100644 --- a/machines/renard/devices.nix +++ b/machines/renard/devices.nix @@ -3,7 +3,7 @@ { boot.initrd = { availableKernelModules = [ "virtio_pci" "virtio_scsi" ]; - kernelModules = [ "dm-snapshot" "wireguard" ]; + kernelModules = [ "dm-snapshot" ]; }; boot.loader.grub = { diff --git a/machines/taureau/devices.nix b/machines/taureau/devices.nix index b48c84b..856dcf1 100644 --- a/machines/taureau/devices.nix +++ b/machines/taureau/devices.nix @@ -7,7 +7,7 @@ device = "/dev/sda"; }; - kernelModules = [ "wireguard" ]; + kernelModules = [ ]; }; networking = { diff --git a/machines/truite/devices.nix b/machines/truite/devices.nix index 3d8bfce..bc432c1 100644 --- a/machines/truite/devices.nix +++ b/machines/truite/devices.nix @@ -7,7 +7,7 @@ device = "/dev/sda"; }; - kernelModules = [ "wireguard" ]; + kernelModules = [ ]; }; zramSwap = { -- cgit 1.4.1