mirror of https://github.com/wlcx/home.git
gpg: disable agent on darwin
This commit is contained in:
parent
7eaf129278
commit
39c4a76673
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
# Shouldn't have an effect on macos, on linux we need to specify a pinentry
|
# Shouldn't have an effect on macos, on linux we need to specify a pinentry
|
||||||
services.gpg-agent = {
|
services.gpg-agent = {
|
||||||
enable = true;
|
enable = !pkgs.stdenv.isDarwin;
|
||||||
enableSshSupport = true;
|
enableSshSupport = true;
|
||||||
pinentryFlavor = "qt"; # for plasma
|
pinentryFlavor = "qt"; # for plasma
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue