Activation swap

This commit is contained in:
nyanloutre 2018-04-22 11:42:44 +02:00
parent fb9040dba5
commit a6e21aa40b

View File

@ -102,7 +102,9 @@
fsType = "zfs";
};
swapDevices = [ ];
swapDevices =
[ { device = "/var/swapfile"; }
];
nix.maxJobs = lib.mkDefault 4;
powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand";