Compare commits

..

No commits in common. "1b3a130561e8f46fb47512018e2097dcc4a4976f" and "5a8b5a29a2ea381cfceb7018242ed7a15e7e29d4" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View file

@ -33,7 +33,4 @@
# servers. You should change this only after NixOS release notes say you
# should.
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;
}

View file

@ -21,6 +21,7 @@
boot.extraModulePackages = [ ];
nix.settings.max-jobs = lib.mkDefault 4;
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
# modesetting is always better than intel (legacy)
services.xserver.videoDrivers = [ "modesetting" ];