diff options
| author | Mel <einebeere@gmail.com> | 2024-12-13 00:20:02 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-12-15 22:55:11 +0100 |
| commit | 7cea3ef593c337667f7efebf49ce609e96cb029f (patch) | |
| tree | b10b8ecd89bcf2856c6a2c12a019669d7f3259ff /machines/corsac/devices.nix | |
| parent | ff501440c298175a9afad1d44dccbe3896186a69 (diff) | |
| download | network-7cea3ef593c337667f7efebf49ce609e96cb029f.tar.zst network-7cea3ef593c337667f7efebf49ce609e96cb029f.zip | |
Add WireGuard to all kernels
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'machines/corsac/devices.nix')
| -rw-r--r-- | machines/corsac/devices.nix | 5 |
1 files changed, 3 insertions, 2 deletions
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 = { |
