pureintent: enable swap

This commit is contained in:
Sridhar Ratnakumar 2025-03-20 18:07:01 -04:00
parent 7458bed162
commit 3e918ef856

View file

@ -27,7 +27,9 @@
options = [ "fmask=0077" "dmask=0077" ];
};
swapDevices = [ ];
swapDevices = [
{ device = "/var/lib/swapfile"; size = 32 * 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