diff --git a/modules/services/gpg-agent.nix b/modules/services/gpg-agent.nix index 21303ee8..488675f6 100644 --- a/modules/services/gpg-agent.nix +++ b/modules/services/gpg-agent.nix @@ -271,7 +271,7 @@ in { ExecStart = "${gpgPkg}/bin/gpg-agent --supervised" + optionalString cfg.verbose " --verbose"; ExecReload = "${gpgPkg}/bin/gpgconf --reload gpg-agent"; - Environment = "GNUPGHOME=${homedir}"; + Environment = [ "GNUPGHOME=${homedir}" ]; }; };