mirror of
https://github.com/wlcx/home.git
synced 2025-10-11 22:43:44 +01:00
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…
x
Reference in New Issue
Block a user