diff options
| author | Baitinq <[email protected]> | 2025-03-12 20:00:38 +0100 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2025-03-12 20:00:38 +0100 |
| commit | e7e13bb2510db354d15ac4073e649632a4ab003b (patch) | |
| tree | 490071bfe1f796c77407d4438f5279c04b3bd336 /hosts/configuration.nix | |
| parent | Home: Packages: Add llm (diff) | |
| download | nixos-config-e7e13bb2510db354d15ac4073e649632a4ab003b.tar.gz nixos-config-e7e13bb2510db354d15ac4073e649632a4ab003b.tar.bz2 nixos-config-e7e13bb2510db354d15ac4073e649632a4ab003b.zip | |
Hardware: PC: Add TPM disk unlock
Diffstat (limited to 'hosts/configuration.nix')
| -rw-r--r-- | hosts/configuration.nix | 2 |
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}" ]; |