feat: enable TPM on alex
This commit is contained in:
parent
6570e1102f
commit
642a94830d
2 changed files with 7 additions and 0 deletions
6
common/tpm.nix
Normal file
6
common/tpm.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{ ... }: {
|
||||||
|
security.tpm2.enable = true;
|
||||||
|
security.tpm2.pkcs11.enable = true;
|
||||||
|
security.tpm2.tctiEnvironment.enable = true;
|
||||||
|
users.users.ash.extraGroups = [ "tss" ];
|
||||||
|
}
|
|
@ -3,6 +3,7 @@
|
||||||
../../common/generic.nix
|
../../common/generic.nix
|
||||||
../../common/generic-desktop.nix
|
../../common/generic-desktop.nix
|
||||||
../../common/generic-uefi.nix
|
../../common/generic-uefi.nix
|
||||||
|
../../common/tpm.nix
|
||||||
./hardware-config.nix
|
./hardware-config.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue