From caf1ec16691a47fc56c460d36d7b04344db4c382 Mon Sep 17 00:00:00 2001 From: liv Date: Sat, 28 Sep 2024 12:35:22 +0200 Subject: [PATCH] add resumedevice to boot --- nixos/enoko/hardware-configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/enoko/hardware-configuration.nix b/nixos/enoko/hardware-configuration.nix index 780d3d7..47f163d 100644 --- a/nixos/enoko/hardware-configuration.nix +++ b/nixos/enoko/hardware-configuration.nix @@ -26,6 +26,8 @@ swapDevices = [{ 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 # (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