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/lapin/devices.nix | |
| 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/lapin/devices.nix')
| -rw-r--r-- | machines/lapin/devices.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
