More nvidia settings

This commit is contained in:
2025-09-11 20:58:12 +08:00
parent 73811c06af
commit 28247aee47

View File

@@ -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";
};