forked from mirrors/nixpkgs
systemd-with-cryptsetup: append '-with-cryptsetup' to name.
This commit is contained in:
parent
215b5f6282
commit
8cbf4bb70b
|
@ -10993,9 +10993,9 @@ in
|
|||
cryptsetup = null; # Infinite recusion
|
||||
};
|
||||
|
||||
systemd-with-cryptsetup = systemd.override {
|
||||
systemd-with-cryptsetup = appendToName "-with-cryptsetup" (systemd.override {
|
||||
inherit cryptsetup;
|
||||
};
|
||||
});
|
||||
|
||||
# In nixos, you can set systemd.package = pkgs.systemd_with_lvm2 to get
|
||||
# LVM2 working in systemd.
|
||||
|
|
Loading…
Reference in a new issue