[Backport release-24.11] nixos/luksroot: make it harder to accidentially break cryptsetup (#357950)

This commit is contained in:
Ramses 2024-11-21 22:35:58 +01:00 committed by GitHub
commit 7861e6ceae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1094,6 +1094,7 @@ in
};
# We do this because we need the udev rules from the package
services.lvm.enable = true;
boot.initrd.services.lvm.enable = true;
boot.initrd.preFailCommands = mkIf (!config.boot.initrd.systemd.enable) postCommands;