diff options
Diffstat (limited to 'machines/lapin/devices.nix')
| -rw-r--r-- | machines/lapin/devices.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/machines/lapin/devices.nix b/machines/lapin/devices.nix index 6bbece8..7410f57 100644 --- a/machines/lapin/devices.nix +++ b/machines/lapin/devices.nix @@ -1,8 +1,10 @@ { lib, ... }: { - # Boot! - boot.loader.systemd-boot.enable = true; + boot = { + loader.systemd-boot.enable = true; + kernelModules = [ "wireguard" ]; + }; networking = { # Network configuration is managed with networkd. |
