swap
This commit is contained in:
parent
b690e64ff3
commit
3ba153f884
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
fsType = "ext4";
|
||||
};
|
||||
|
||||
swapDevices = [ ];
|
||||
swapDevices = [ { device = "/swapfile"; size = 6144; } ];
|
||||
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue