disable tpm related config
nixpkgs build failing: https://github.com/NixOS/nixpkgs/issues/244107
This commit is contained in:
parent
45dca6935a
commit
055b41e428
1 changed files with 0 additions and 6 deletions
|
@ -20,12 +20,6 @@
|
|||
};
|
||||
polkit.enable = true;
|
||||
rtkit.enable = true;
|
||||
tpm2 = {
|
||||
enable = true;
|
||||
abrmd.enable = true;
|
||||
pkcs11.enable = true;
|
||||
tctiEnvironment.enable = true;
|
||||
};
|
||||
sudo = {
|
||||
package = pkgs.sudo.override {withInsults = true;};
|
||||
extraConfig = ''
|
||||
|
|
Loading…
Reference in a new issue