Update NixOS config.

This commit is contained in:
Elias Gasparis 2024-12-22 09:38:58 +08:00
parent a11e50054b
commit c6feb9a182

View file

@ -28,10 +28,6 @@
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