Merge pull request #191904 from SuperSandro2000/191032-cleanup

nixos/systemd: remove not required or true
This commit is contained in:
Florian Klink
2022-09-20 12:45:00 +02:00
committed by GitHub
+1 -1
View File
@@ -121,7 +121,7 @@ let
"final.target"
"kexec.target"
"systemd-kexec.service"
] ++ lib.optional (cfg.package.withUtmp or true) "systemd-update-utmp.service" ++ [
] ++ lib.optional cfg.package.withUtmp "systemd-update-utmp.service" ++ [
# Password entry.
"systemd-ask-password-console.path"