Disable swap file

This commit is contained in:
Alexander Wainwright
2025-12-16 13:00:22 +10:00
parent 32b0b38523
commit 1d685b3600

View File

@@ -11,11 +11,6 @@
shell = pkgs.fish;
};
# enable a 1GB swap file
swapDevices = [{
device = "/swapfile";
size = 1024;
}];
# enable zram. not totally sure if this does it in physical ram or just swap
zramSwap.enable = true;