I made a 64G swap file when I had 56G of free space 💀

Signed-off-by: Alex Stan <alex.stan.2010@proton.me>
This commit is contained in:
Alex Stan 2023-12-11 19:55:48 +02:00
parent 6ad74412c7
commit a2b4d5ae2f

View file

@ -23,10 +23,10 @@
fsType = "vfat"; fsType = "vfat";
}; };
swapDevices = [ { swapDevices = [ /* {
device = "/var/lib/swapfile"; device = "/var/lib/swapfile";
size = 64 * 1024; size = 64 * 1024;
} ]; } */];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking # Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's # (the default) this is the recommended approach. When using systemd-networkd it's