summaryrefslogtreecommitdiff
path: root/systems/glados/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-10-26 17:09:06 -0400
committerseth <[email protected]>2024-10-26 17:11:33 -0400
commit43fd7629d59a391bae16bd42eb38ad70893148cb (patch)
tree42bd83505137743db647c5f37603f2920a14f683 /systems/glados/default.nix
parente6f019248d69030cafa09e5971cfb7b08c7b9a09 (diff)
glados: don't use nvk specialisation for now
it takes a lot of eval time and i don't really use it
Diffstat (limited to 'systems/glados/default.nix')
-rw-r--r--systems/glados/default.nix2
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;