This commit is contained in:
LavaDesu 2021-05-11 19:43:39 +07:00
parent b690e64ff3
commit 3ba153f884
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -28,7 +28,7 @@
fsType = "ext4";
};
swapDevices = [ ];
swapDevices = [ { device = "/swapfile"; size = 6144; } ];
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
}