remove swapfile

This commit is contained in:
LavaDesu 2021-05-14 11:06:06 +07:00
parent 049848c036
commit 56f5377205
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

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