add resumedevice to boot

This commit is contained in:
insects 2024-09-28 12:35:22 +02:00
parent 27724ee0d8
commit caf1ec1669

View file

@ -26,6 +26,8 @@
swapDevices = swapDevices =
[{ device = "/dev/disk/by-uuid/3adaf741-6ad1-4232-862e-76f0b2d7d893"; }]; [{ device = "/dev/disk/by-uuid/3adaf741-6ad1-4232-862e-76f0b2d7d893"; }];
boot.resumeDevice = "/dev/disk/by-uuid/3adaf741-6ad1-4232-862e-76f0b2d7d893";
# 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
# (the default) this is the recommended approach. When using systemd-networkd it's # (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 # still possible to use this option, but it's recommended to use it in conjunction