diff options
| author | seraphim <18ycm9tx@anonaddy.me> | 2026-08-12 16:38:28 +0700 |
|---|---|---|
| committer | seraphim <18ycm9tx@anonaddy.me> | 2026-08-12 16:38:28 +0700 |
| commit | 883f59f473c8577e39ab4142e55c27d678a60d33 (patch) | |
| tree | 33296bdf584ef165ff3adbc753318e56f4709dab /nixos/hosts | |
| parent | ea52aa622ff5c4c522ccd159da38a957f88f46eb (diff) | |
upd
Diffstat (limited to 'nixos/hosts')
| -rw-r--r-- | nixos/hosts/opus/default.nix | 3 |
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"; |
