From e459b1345c3a578102d1f95b543f0094690e8959 Mon Sep 17 00:00:00 2001 From: KaitoTLex Date: Tue, 3 Dec 2024 17:50:06 -0800 Subject: [PATCH] Hi --- hosts/kuroko/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/kuroko/configuration.nix b/hosts/kuroko/configuration.nix index 8d13301..9b05375 100644 --- a/hosts/kuroko/configuration.nix +++ b/hosts/kuroko/configuration.nix @@ -34,7 +34,7 @@ # Fine-grained power management. Turns off GPU when not in use. # Experimental and only works on modern Nvidia GPUs (Turing or newer). - powerManagement.finegrained = false; + powerManagement.finegrained = true; # Use the NVidia open source kernel module (not to be confused with the # independent third-party "nouveau" open source driver). @@ -60,6 +60,7 @@ }; }; + # Configure network proxy if necessary # networking.proxy.default = "http://user:password@proxy:port/"; # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";