This commit is contained in:
Jade 2023-02-26 21:47:04 +01:00
commit 9adb086e45
3 changed files with 45 additions and 30 deletions

View file

@ -30,7 +30,10 @@
fsType = "vfat";
};
swapDevices = [ ];
swapDevices = [{
device = "/swap/swapfile";
size = (1024 * 64) + (1024 * 8); # 72G
} ];
# 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