From 997eb7e8141fafa3fc95c18482facedd7376b9be Mon Sep 17 00:00:00 2001 From: Jake Hillion Date: Thu, 9 May 2024 09:22:20 +0100 Subject: [PATCH] boron: enable tpm2 --- hosts/boron.cx.ts.hillion.co.uk/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/boron.cx.ts.hillion.co.uk/default.nix b/hosts/boron.cx.ts.hillion.co.uk/default.nix index a336a45..e346078 100644 --- a/hosts/boron.cx.ts.hillion.co.uk/default.nix +++ b/hosts/boron.cx.ts.hillion.co.uk/default.nix @@ -28,6 +28,9 @@ }; }; + hardware.enableAllFirmware = true; + security.tpm2.enable = true; + custom.defaults = true; ## Kernel