Enable swap file at /var/swap on buck

This commit is contained in:
Jacob Hinkle 2022-09-27 09:08:24 -04:00
parent a141d3b971
commit 00bdafa17c

View File

@ -27,7 +27,12 @@
fsType = "vfat";
};
swapDevices = [];
swapDevices = [
{
device = "/var/swap";
size = 1024 * 8 * 2;
}
];
# 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