about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2025-03-12 20:00:38 +0100
committerBaitinq <[email protected]>2025-03-12 20:00:38 +0100
commite7e13bb2510db354d15ac4073e649632a4ab003b (patch)
tree490071bfe1f796c77407d4438f5279c04b3bd336 /hosts
parentHome: Packages: Add llm (diff)
downloadnixos-config-e7e13bb2510db354d15ac4073e649632a4ab003b.tar.gz
nixos-config-e7e13bb2510db354d15ac4073e649632a4ab003b.tar.bz2
nixos-config-e7e13bb2510db354d15ac4073e649632a4ab003b.zip
Hardware: PC: Add TPM disk unlock
Diffstat (limited to '')
-rw-r--r--hosts/configuration.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix
index 0d03971..881e9f2 100644
--- a/hosts/configuration.nix
+++ b/hosts/configuration.nix
@@ -25,6 +25,7 @@
   ];
 
   boot = lib.mkForce {
+    initrd.systemd.enable = true;
     loader = {
       efi = {
         efiSysMountPoint = "/boot/efi";
@@ -139,6 +140,7 @@
     strace
     fzf
     powertop
+    tpm2-tss
     inputs.deploy-rs.defaultPackage."${system}"
   ];