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

This commit is contained in:
Moritz Ulrich
2016-04-08 14:50:20 +02:00
parent 215b5f6282
commit 8cbf4bb70b
+2 -2
View File
@@ -10993,9 +10993,9 @@ in
cryptsetup = null; # Infinite recusion cryptsetup = null; # Infinite recusion
}; };
systemd-with-cryptsetup = systemd.override { systemd-with-cryptsetup = appendToName "-with-cryptsetup" (systemd.override {
inherit cryptsetup; inherit cryptsetup;
}; });
# In nixos, you can set systemd.package = pkgs.systemd_with_lvm2 to get # In nixos, you can set systemd.package = pkgs.systemd_with_lvm2 to get
# LVM2 working in systemd. # LVM2 working in systemd.