Update NixOS config.

This commit is contained in:
Elias Gasparis 2024-12-22 09:18:54 +08:00
parent 3bc34d5a9b
commit a11e50054b

View file

@ -28,6 +28,10 @@
swapDevices = swapDevices =
[ { device = "/dev/disk/by-uuid/fcd6ecf9-3d4d-4cb1-b217-957bae8fbc3f"; } [ { device = "/dev/disk/by-uuid/fcd6ecf9-3d4d-4cb1-b217-957bae8fbc3f"; }
{
device = "/dev/sdb";
size = 18 * 1024;
}
]; ];
# 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