From 03a1f84f0a09e1f764e1f0ce1883a867ff04f6a2 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sat, 4 Apr 2026 00:08:47 -0600 Subject: sys/boot: tpm: add tpm2-tools to systemPackages --- sys/boot/tpm.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'sys/boot') 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; -- cgit v1.2.3