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