summaryrefslogtreecommitdiff
path: root/nixos/hosts/opus
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/hosts/opus')
-rw-r--r--nixos/hosts/opus/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/hosts/opus/default.nix b/nixos/hosts/opus/default.nix
index 2b4fe7b..1c6a42b 100644
--- a/nixos/hosts/opus/default.nix
+++ b/nixos/hosts/opus/default.nix
@@ -68,7 +68,8 @@
pkgs.xdg-desktop-portal-gtk
];
};
-
+ boot.extraModulePackages = [ config.boot.kernelPackages.amneziawg ];
+ boot.kernelModules = [ "amneziawg" ];
# Qt/HiDPI and GPU renderer hints shared across the desktop.
environment.sessionVariables = {
XCURSOR_THEME = "Bibata-Modern-Ice";