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
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user