From 03b6d5111ac6743a0c3d30769f021198d29dff88 Mon Sep 17 00:00:00 2001 From: Sandro Jäckel Date: Mon, 19 Sep 2022 13:45:01 +0200 Subject: nixos/systemd: remove not required or true --- nixos/modules/system/boot/systemd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/system') diff --git a/nixos/modules/system/boot/systemd.nix b/nixos/modules/system/boot/systemd.nix index bcdc88ff63df0..a3bff27626d8f 100644 --- a/nixos/modules/system/boot/systemd.nix +++ b/nixos/modules/system/boot/systemd.nix @@ -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" -- cgit 1.4.1