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