boron: enable tpm2
All checks were successful
flake / flake (push) Successful in 2m2s

This commit is contained in:
Jake Hillion 2024-05-09 09:22:20 +01:00
parent a4235b2581
commit 997eb7e814

View File

@ -28,6 +28,9 @@
}; };
}; };
hardware.enableAllFirmware = true;
security.tpm2.enable = true;
custom.defaults = true; custom.defaults = true;
## Kernel ## Kernel