nixos/luksroot: make it harder to accidentially break cryptsetup (#355464)
This commit is contained in:
commit
4c79ccf34d
@ -1094,6 +1094,7 @@ in
|
|||||||
|
|
||||||
};
|
};
|
||||||
# We do this because we need the udev rules from the package
|
# We do this because we need the udev rules from the package
|
||||||
|
services.lvm.enable = true;
|
||||||
boot.initrd.services.lvm.enable = true;
|
boot.initrd.services.lvm.enable = true;
|
||||||
|
|
||||||
boot.initrd.preFailCommands = mkIf (!config.boot.initrd.systemd.enable) postCommands;
|
boot.initrd.preFailCommands = mkIf (!config.boot.initrd.systemd.enable) postCommands;
|
||||||
|
Loading…
Reference in New Issue
Block a user