powerManagement.cpuFreqGovernor = mkDefault "ondemand";
- boot.cleanTmpDir = true;
- boot.tmpOnTmpfs = true;
+ boot.tmp.cleanOnBoot = true;
+ boot.tmp.useTmpfs = true;
boot.kernelModules = [ "kvm-intel" ];
# https://bugzilla.kernel.org/show_bug.cgi?id=110941