nixos/systemd: Factor out tpm2 support into separate module

This commit is contained in:
Will Fancher
2024-09-19 04:10:56 -04:00
parent 75ac2a58e9
commit 5034450095
5 changed files with 79 additions and 19 deletions

View File

@@ -37,8 +37,6 @@ let
"cryptsetup.target"
"cryptsetup-pre.target"
"remote-cryptsetup.target"
] ++ optionals cfg.package.withTpm2Tss [
"tpm2.target"
] ++ [
"sigpwr.target"
"timers.target"