Merge branch 'main' of github.com:KaitoTLex/nixos
This commit is contained in:
commit
ff26679149
1 changed files with 2 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue