diff options
| author | Mel <mel@rnrd.eu> | 2026-04-24 22:04:42 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2026-04-24 22:04:42 +0200 |
| commit | 127d8ff2c2e77a0cbfc7a2a3c962ef23b5ab7261 (patch) | |
| tree | 8c1466f92c26fb08ea6c2c3d666cacc7fe372cb6 /machines | |
| parent | 0bfba3b356635a296f22bd060537c6c74cef2635 (diff) | |
| download | network-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')
| -rw-r--r-- | machines/corsac/devices.nix | 1 | ||||
| -rw-r--r-- | machines/fourmi/devices.nix | 2 | ||||
| -rw-r--r-- | machines/lapin/devices.nix | 2 | ||||
| -rw-r--r-- | machines/renard/devices.nix | 2 | ||||
| -rw-r--r-- | machines/taureau/devices.nix | 2 | ||||
| -rw-r--r-- | machines/truite/devices.nix | 2 |
6 files changed, 5 insertions, 6 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; }; 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 = { |
