Compare commits
No commits in common. "1b3a130561e8f46fb47512018e2097dcc4a4976f" and "5a8b5a29a2ea381cfceb7018242ed7a15e7e29d4" have entirely different histories.
1b3a130561
...
5a8b5a29a2
2 changed files with 1 additions and 3 deletions
|
@ -33,7 +33,4 @@
|
||||||
# servers. You should change this only after NixOS release notes say you
|
# servers. You should change this only after NixOS release notes say you
|
||||||
# should.
|
# should.
|
||||||
system.stateVersion = "18.09"; # Did you read the comment?
|
system.stateVersion = "18.09"; # Did you read the comment?
|
||||||
|
|
||||||
# since 25.05, this broke and started to slow down system startup. tpm is currently not utilised on this host, so simply disable.
|
|
||||||
security.tpm2.enable = false;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
|
|
||||||
nix.settings.max-jobs = lib.mkDefault 4;
|
nix.settings.max-jobs = lib.mkDefault 4;
|
||||||
|
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
||||||
|
|
||||||
# modesetting is always better than intel (legacy)
|
# modesetting is always better than intel (legacy)
|
||||||
services.xserver.videoDrivers = [ "modesetting" ];
|
services.xserver.videoDrivers = [ "modesetting" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue