summaryrefslogtreecommitdiff
path: root/systems/glados
diff options
context:
space:
mode:
authorseth <[email protected]>2024-12-06 17:50:50 -0500
committerseth <[email protected]>2024-12-06 17:50:50 -0500
commit92953659603c68aad7f171b90a114a9ddc4a386a (patch)
treec5d90930b42cdbe58e8ba77fd63706ee1735288e /systems/glados
parent2472d3328cd6026fac8605dd7199bb2cea653ead (diff)
glados: use latest nvidia driver
Diffstat (limited to 'systems/glados')
-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 a3b23f2..d78aaf3 100644
--- a/systems/glados/default.nix
+++ b/systems/glados/default.nix
@@ -14,7 +14,7 @@
gnome.enable = true;
};
- hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.production;
+ hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.latest;
networking = {
hostName = "glados";