1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

systemd-with-cryptsetup: append '-with-cryptsetup' to name.

This commit is contained in:
Moritz Ulrich 2016-03-20 00:46:13 +01:00
parent 215b5f6282
commit 8cbf4bb70b

View file

@ -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.