+3
-1
nixos/modules/system/boot/stage-1.nix
+3
-1
nixos/modules/system/boot/stage-1.nix
···preLVMCommands preDeviceCommands postDeviceCommands postMountCommands preFailCommands kernelModules;-(filter (sd: (sd ? label || hasPrefix "/dev/" sd.device) && !sd.randomEncryption) config.swapDevices);let f = fs: [ fs.mountPoint (if fs.device != null then fs.device else "/dev/disk/by-label/${fs.label}") fs.fsType (builtins.concatStringsSep "," fs.options) ];
···preLVMCommands preDeviceCommands postDeviceCommands postMountCommands preFailCommands kernelModules;let f = fs: [ fs.mountPoint (if fs.device != null then fs.device else "/dev/disk/by-label/${fs.label}") fs.fsType (builtins.concatStringsSep "," fs.options) ];