From 28247aee4708597e06f662902a5bacf4ee6eccd0 Mon Sep 17 00:00:00 2001 From: Yadunand Prem Date: Thu, 11 Sep 2025 20:58:12 +0800 Subject: [PATCH] More nvidia settings --- systems/x86_64-linux/penguin/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/systems/x86_64-linux/penguin/default.nix b/systems/x86_64-linux/penguin/default.nix index c9ce1b7..c4ecd08 100644 --- a/systems/x86_64-linux/penguin/default.nix +++ b/systems/x86_64-linux/penguin/default.nix @@ -73,7 +73,7 @@ in services.tailscale.enable = true; nixpkgs.config = { - rocmSupport = true; + cudaSupport = true; }; programs._1password.enable = true; @@ -90,7 +90,9 @@ in }; hardware.graphics.enable = true; + services.xserver.videoDrivers = [ "nvidia" ]; hardware.nvidia.open = true; + system.stateVersion = "25.11"; };