1
0
Fork 0

Dimaga: add swap file

This commit is contained in:
Aires 2024-07-02 14:04:25 -04:00
parent 71c9ea1620
commit 8f1ad4e112

View file

@ -62,6 +62,13 @@ in
};
};
swapDevices = [
{
device = "/swap/swapfile";
size = 16384;
}
];
# 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
# still possible to use this option, but it's recommended to use it in conjunction