Update with latest changes

This commit is contained in:
Pierre Martin
2022-04-20 08:29:08 +02:00
parent 0581f33017
commit 5f17cbdb45
4 changed files with 176 additions and 67 deletions

View File

@@ -19,6 +19,6 @@
swapDevices = [ ];
nix.maxJobs = lib.mkDefault 8;
nix.settings.max-jobs = lib.mkDefault 8;
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
}