From 578fcde9d82469974721dffc90f7bfe5ae5a235c Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 26 Feb 2023 12:10:36 -0500 Subject: allow for luks decryption with tpm --- hosts/glados/boot.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hosts') diff --git a/hosts/glados/boot.nix b/hosts/glados/boot.nix index 8e00b5a..34dcc14 100644 --- a/hosts/glados/boot.nix +++ b/hosts/glados/boot.nix @@ -11,9 +11,11 @@ in { environment.systemPackages = with pkgs; [ sbctl + tpm2-tss ]; boot = { + initrd.systemd.enable = true; kernelPackages = pinned-kernel.pkgs.linuxPackages_6_1; kernel.sysctl = { -- cgit v1.2.3