feat(host/orion): improve tpm2 support
This commit is contained in:
parent
304f6f2691
commit
5625f60877
@ -3,6 +3,9 @@
|
||||
|
||||
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];
|
||||
|
||||
security.tpm2.enable = true;
|
||||
environment.systemPackages = with pkgs; [ tpm2-tss ];
|
||||
|
||||
boot = {
|
||||
loader = {
|
||||
systemd-boot.enable = true;
|
||||
@ -23,6 +26,7 @@
|
||||
];
|
||||
systemd = {
|
||||
enable = true;
|
||||
enableTpm2 = true;
|
||||
initrdBin = [
|
||||
pkgs.libuuid
|
||||
pkgs.gawk
|
||||
|
Loading…
Reference in New Issue
Block a user