Unverified Commit 40461db5 authored by Florian Klink's avatar Florian Klink Committed by GitHub
Browse files

Merge pull request #191904 from SuperSandro2000/191032-cleanup

nixos/systemd: remove not required or true
parents 41ac0bd3 03b6d511
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"