Merge pull request #191904 from SuperSandro2000/191032-cleanup
nixos/systemd: remove not required or true
This commit is contained in:
commit
40461db5c5
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue