Loading nixos/modules/system/boot/systemd.nix +2 −2 Original line number Diff line number Diff line Loading @@ -164,9 +164,10 @@ let "systemd-creds@.service" "systemd-creds.socket" ] ++ lib.optional cfg.package.withTpm2Units [ ++ lib.optionals cfg.package.withTpm2Units [ "systemd-pcrlock@.service" "systemd-pcrlock.socket" "systemd-tpm2-clear.service" ] ++ [ Loading Loading @@ -218,7 +219,6 @@ let "factory-reset.target" "systemd-factory-reset-request.service" "systemd-factory-reset-reboot.service" "systemd-tpm2-clear.service" ] ++ cfg.additionalUpstreamSystemUnits; Loading Loading
nixos/modules/system/boot/systemd.nix +2 −2 Original line number Diff line number Diff line Loading @@ -164,9 +164,10 @@ let "systemd-creds@.service" "systemd-creds.socket" ] ++ lib.optional cfg.package.withTpm2Units [ ++ lib.optionals cfg.package.withTpm2Units [ "systemd-pcrlock@.service" "systemd-pcrlock.socket" "systemd-tpm2-clear.service" ] ++ [ Loading Loading @@ -218,7 +219,6 @@ let "factory-reset.target" "systemd-factory-reset-request.service" "systemd-factory-reset-reboot.service" "systemd-tpm2-clear.service" ] ++ cfg.additionalUpstreamSystemUnits; Loading