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
commit 40461db5c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,7 +121,7 @@ let
"final.target" "final.target"
"kexec.target" "kexec.target"
"systemd-kexec.service" "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. # Password entry.
"systemd-ask-password-console.path" "systemd-ask-password-console.path"