fix(m4nix): disable tpm2
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
6f25c0c2f3
commit
1495580a03
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ with lib.metacfg;
|
|||
piper
|
||||
];
|
||||
|
||||
security.tpm2.enable = false;
|
||||
|
||||
services.ratbagd.enable = true;
|
||||
|
||||
services.resolved.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue