Activation swap
This commit is contained in:
parent
fb9040dba5
commit
a6e21aa40b
@ -102,7 +102,9 @@
|
||||
fsType = "zfs";
|
||||
};
|
||||
|
||||
swapDevices = [ ];
|
||||
swapDevices =
|
||||
[ { device = "/var/swapfile"; }
|
||||
];
|
||||
|
||||
nix.maxJobs = lib.mkDefault 4;
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand";
|
||||
|
Loading…
Reference in New Issue
Block a user