diff options
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/boot/tpm.nix | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/boot/tpm.nix b/sys/boot/tpm.nix index da6f73a..457d0e1 100644 --- a/sys/boot/tpm.nix +++ b/sys/boot/tpm.nix @@ -114,9 +114,13 @@ in { ]; }; - environment.systemPackages = optionals cfg.initrd.enable [ - tpm2-grant-next-boot - ]; + environment.systemPackages = + [ + pkgs.tpm2-tools + ] + ++ optionals cfg.initrd.enable [ + tpm2-grant-next-boot + ]; security.tpm2 = { enable = true; |
