From cdad279fd96fe12ffc96912dcd12fc4c89ad9ba8 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/orion/os/boot.nix b/hosts/orion/os/boot.nix index 61b5e422..6e01308d 100644 --- a/hosts/orion/os/boot.nix +++ b/hosts/orion/os/boot.nix @@ -50,8 +50,8 @@ in "rtsx_pci_sdmmc" ]; systemd = { + tpm2.enable = true; enable = true; - enableTpm2 = true; }; }; };