From 883f59f473c8577e39ab4142e55c27d678a60d33 Mon Sep 17 00:00:00 2001 From: seraphim <18ycm9tx@anonaddy.me> Date: Wed, 12 Aug 2026 16:38:28 +0700 Subject: upd --- nixos/hosts/opus/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nixos/hosts/opus/default.nix') 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"; -- cgit v1.2.3