Merge pull request #379 from DarkKirb/remove-gpg-agetn

remove broken gpg agent
This commit is contained in:
Charlotte 🦝 Delenk 2024-03-29 11:54:58 +01:00 committed by GitHub
commit efffff63af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 8 deletions

View file

@ -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;
}

View file

@ -47,7 +47,4 @@
auto-key-locate = ["local" "dane" "cert" "wkd"];
};
};
services.gpg-agent = {
enable = true;
};
}