summaryrefslogtreecommitdiff
path: root/sys/boot/default.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2025-07-23 20:52:42 -0600
committerAlejandro Soto <alejandro@34project.org>2025-07-24 00:17:08 -0600
commit2ad37812978e83578ce6c7cf5fcd3e7d783b99a4 (patch)
tree88e9012cb8723b6dbe133a59cfe7b26e7370a6e7 /sys/boot/default.nix
parent7a6f4790282d001e2c7adbdaa4806f8beed02ddb (diff)
sys/boot/tpm: initial commit
Diffstat (limited to 'sys/boot/default.nix')
-rw-r--r--sys/boot/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/default.nix b/sys/boot/default.nix
index 73fe5d6..4580cba 100644
--- a/sys/boot/default.nix
+++ b/sys/boot/default.nix
@@ -9,5 +9,6 @@
./namespaced.nix
./secure-boot.nix
./stack
+ ./tpm.nix
];
}