diff options
| author | seth <[email protected]> | 2024-10-26 17:09:06 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-10-26 17:11:33 -0400 |
| commit | 43fd7629d59a391bae16bd42eb38ad70893148cb (patch) | |
| tree | 42bd83505137743db647c5f37603f2920a14f683 | |
| parent | e6f019248d69030cafa09e5971cfb7b08c7b9a09 (diff) | |
glados: don't use nvk specialisation for now
it takes a lot of eval time and i don't really use it
| -rw-r--r-- | systems/glados/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/glados/default.nix b/systems/glados/default.nix index f523b8e..157ab90 100644 --- a/systems/glados/default.nix +++ b/systems/glados/default.nix @@ -35,7 +35,7 @@ containers.enable = true; nvidia = { enable = true; - nvk.enable = true; + nvk.enable = false; }; tailscale.enable = true; zram.enable = true; |
