diff options
Diffstat (limited to 'systems/glados/default.nix')
| -rw-r--r-- | systems/glados/default.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/systems/glados/default.nix b/systems/glados/default.nix index 847940e..86cb76a 100644 --- a/systems/glados/default.nix +++ b/systems/glados/default.nix @@ -6,7 +6,6 @@ imports = [ ./boot.nix ./hardware-configuration.nix - ./gpu.nix ]; archetypes.personal.enable = true; @@ -20,6 +19,10 @@ traits = { containers.enable = true; + nvidia = { + enable = true; + nvk.enable = true; + }; tailscale.enable = true; zram.enable = true; }; |
