+3
-1
nixos/modules/system/boot/stage-1.nix
+3
-1
nixos/modules/system/boot/stage-1.nix
···preLVMCommands preDeviceCommands postDeviceCommands postMountCommands preFailCommands kernelModules;resumeDevices = map (sd: if sd ? device then sd.device else "/dev/disk/by-label/${sd.label}")-(filter (sd: (sd ? label || hasPrefix "/dev/" sd.device) && !sd.randomEncryption) config.swapDevices);