From 6359cb761d5279e68c593b0da0cb62a66b3b6ee7 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Thu, 3 Oct 2024 03:40:23 -0500 Subject: [PATCH] refactor(hosts/orion): update systemd tpm2 to new name --- hosts/orion/os/boot.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/orion/os/boot.nix b/hosts/orion/os/boot.nix index 61b5e422..95ea856e 100644 --- a/hosts/orion/os/boot.nix +++ b/hosts/orion/os/boot.nix @@ -50,6 +50,7 @@ in "rtsx_pci_sdmmc" ]; systemd = { + tpm2.enable = true; enable = true; enableTpm2 = true; };