pinwheel: Add swapfile

This commit is contained in:
Alexander Heldt
2024-09-11 14:44:25 +02:00
parent cd5fd3dffa
commit 040c0e2413

View File

@@ -36,7 +36,12 @@
fsType = "vfat"; fsType = "vfat";
}; };
swapDevices = [ ]; swapDevices = [
{
device = "/swapfile";
size = 24 * 1024; # 24GB
}
];
# 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