diff options
| author | seth <[email protected]> | 2024-03-13 02:54:23 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-03-13 02:54:23 -0400 |
| commit | eb81eaeb91a76085102d7175685d36837887933c (patch) | |
| tree | 639a85e343607c6f738b315d51513ea3cc7ca4bf /systems/glados/default.nix | |
| parent | a8fcf26187fa13e3631d211388bfc3506029d691 (diff) | |
nixos/nvidia: init
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; }; |
