This commit is contained in:
iofq 2024-09-04 23:32:01 -05:00
parent ed0ed3c985
commit d80fd6c243
5 changed files with 30 additions and 15 deletions

View file

@ -26,7 +26,12 @@
fsType = "vfat";
};
swapDevices = [];
swapDevices = [
{
device = "/swapfile";
size = 8 * 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