gpg: disable agent on darwin

This commit is contained in:
Sam W 2023-09-14 21:55:34 +01:00
parent 7eaf129278
commit 39c4a76673
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
# Shouldn't have an effect on macos, on linux we need to specify a pinentry
services.gpg-agent = {
enable = true;
enable = !pkgs.stdenv.isDarwin;
enableSshSupport = true;
pinentryFlavor = "qt"; # for plasma
};