diff options
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 = { |
