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/corsac/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/corsac/devices.nix')
| -rw-r--r-- | machines/corsac/devices.nix | 1 |
1 files changed, 0 insertions, 1 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; }; |
