Update NixOS config.

This commit is contained in:
Elias Gasparis 2024-12-22 09:50:20 +08:00
parent c6feb9a182
commit e4966c4c45

View file

@ -27,9 +27,15 @@
};
swapDevices =
[ { device = "/dev/disk/by-uuid/fcd6ecf9-3d4d-4cb1-b217-957bae8fbc3f"; }
[ { device = "/dev/disk/by-uuid/81d80835-b4d9-4808-b662-da03b38419e8"; }
{ device = "/dev/disk/by-uuid/fcd6ecf9-3d4d-4cb1-b217-957bae8fbc3f"; }
];
# original, one swap on HDD
# swapDevices =
# [ { device = "/dev/disk/by-uuid/fcd6ecf9-3d4d-4cb1-b217-957bae8fbc3f"; }
# ];
# 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