diff options
| author | seth <[email protected]> | 2023-02-26 12:10:36 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-02-26 12:10:36 -0500 |
| commit | 578fcde9d82469974721dffc90f7bfe5ae5a235c (patch) | |
| tree | 6d7b7799b7c649d50bd3877a190764d8317776c1 | |
| parent | e22be7f445198b75a9a8f99eb633730ae131c648 (diff) | |
allow for luks decryption with tpm
| -rw-r--r-- | hosts/glados/boot.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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 = { |
