Remove swap file

This commit is contained in:
Alexander Wainwright
2026-02-24 12:20:06 +10:00
parent 28842f376b
commit f33d6be892

View File

@@ -16,12 +16,6 @@
# break fish man completion and apropos.
documentation.man.generateCaches = false;
# 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;