From 7cea3ef593c337667f7efebf49ce609e96cb029f Mon Sep 17 00:00:00 2001 From: Mel Date: Fri, 13 Dec 2024 00:20:02 +0100 Subject: Add WireGuard to all kernels Signed-off-by: Mel --- machines/corsac/devices.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'machines/corsac') diff --git a/machines/corsac/devices.nix b/machines/corsac/devices.nix index 396151a..d7be7f5 100644 --- a/machines/corsac/devices.nix +++ b/machines/corsac/devices.nix @@ -7,8 +7,9 @@ systemd-boot.enable = true; efi.canTouchEfiVariables = true; }; - - initrd.systemd.enable = true; + + kernelModules = [ "wireguard" ]; + initrd.systemd.enable = true; }; networking = { -- cgit 1.4.1