refactor(hosts/orion): update systemd tpm2 to new name

This commit is contained in:
Price Hiller 2024-10-03 03:40:23 -05:00
parent a1700e62db
commit cdad279fd9
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -50,8 +50,8 @@ in
"rtsx_pci_sdmmc" "rtsx_pci_sdmmc"
]; ];
systemd = { systemd = {
tpm2.enable = true;
enable = true; enable = true;
enableTpm2 = true;
}; };
}; };
}; };