swap go brrrr

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

View file

@ -23,7 +23,10 @@
fsType = "vfat";
};
swapDevices = [ ];
swapDevices = [ {
device = "/var/lib/swapfile";
size = 64 * 1024;
} ];
# 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