Skip to content

Commit 9ef379b

Browse files
systemd: systemd-tpm2-clear.service add to base
the service is now required for a minimal build Signed-off-by: Brian McGillion <bmg.avoin@gmail.com>
1 parent 815a7b7 commit 9ef379b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/common/systemd/base.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ let
9292
"system-update.target"
9393
"system-update-pre.target"
9494
"system-update-cleanup.service"
95+
# Factory reset units not included in minimal systemd
96+
"systemd-tpm2-clear.service"
9597
]
9698
++ (lib.optionals (!cfg.withMachines) [
9799
"container-getty.service"

0 commit comments

Comments
 (0)