nvidia, dhcp
This commit is contained in:
parent
b497b6405d
commit
f719cc8149
2 changed files with 4 additions and 3 deletions
|
|
@ -15,6 +15,9 @@
|
|||
|
||||
desktop.enable = true;
|
||||
|
||||
networking.useDHCP = false;
|
||||
networking.interfaces.enp4s0.useDHCP = true;
|
||||
|
||||
# ====== DON'T CHANGE ======
|
||||
system.stateVersion = "25.05";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,11 +9,9 @@
|
|||
|
||||
hardware.nvidia = {
|
||||
package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||
open = true;
|
||||
|
||||
modesetting.enable = true;
|
||||
nvidiaSettings = true;
|
||||
|
||||
open = false;
|
||||
powerManagement = {
|
||||
enable = true;
|
||||
finegrained = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue