Merge pull request #379 from DarkKirb/remove-gpg-agetn
remove broken gpg agent
This commit is contained in:
commit
efffff63af
2 changed files with 0 additions and 8 deletions
|
@ -183,11 +183,6 @@ in {
|
|||
lxd.enable = true;
|
||||
};
|
||||
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
programs.gamemode.enable = true;
|
||||
nixpkgs.config.permittedInsecurePackages = ["electron-26.3.0"];
|
||||
programs.gnupg.agent.pinentryPackage = lib.mkForce pkgs.pinentry-qt;
|
||||
}
|
||||
|
|
|
@ -47,7 +47,4 @@
|
|||
auto-key-locate = ["local" "dane" "cert" "wkd"];
|
||||
};
|
||||
};
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue