[NixOS] Fix git-sync issues

This commit is contained in:
2021-07-17 23:00:46 -06:00
parent ad5c70c957
commit bab2280546
10 changed files with 13 additions and 53 deletions

View File

@@ -63,6 +63,7 @@
networking.hostName = "ivanm-dfinity-razer";
nix.maxJobs = lib.mkDefault 12;
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
system.stateVersion = "18.03";
}