diff --git a/modules/services/gpg-agent.nix b/modules/services/gpg-agent.nix index d4c27e91f..e86a39220 100644 --- a/modules/services/gpg-agent.nix +++ b/modules/services/gpg-agent.nix @@ -19,9 +19,7 @@ let inherit (config.programs.gpg) homedir; - gpgSshSupportStr = '' - ${gpgPkg}/bin/gpg-connect-agent --quiet updatestartuptty /bye - ''; + gpgSshSupportStr = "${gpgPkg}/bin/gpg-connect-agent --quiet updatestartuptty /bye"; gpgBashInitStr = '' GPG_TTY="$(tty)"