nixos/systemd: remove not required or true

This commit is contained in:
Sandro Jäckel 2022-09-19 13:45:01 +02:00
parent f8cc46e493
commit 03b6d5111a
No known key found for this signature in database
GPG Key ID: B1763F8651144063

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"