summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2023-02-26 12:10:36 -0500
committerseth <[email protected]>2023-02-26 12:10:36 -0500
commit578fcde9d82469974721dffc90f7bfe5ae5a235c (patch)
tree6d7b7799b7c649d50bd3877a190764d8317776c1
parente22be7f445198b75a9a8f99eb633730ae131c648 (diff)
allow for luks decryption with tpm
-rw-r--r--hosts/glados/boot.nix2
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 = {