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