Merge pull request #248627 from edef1c/gpg-agent-sockets

authored by edef and committed by GitHub 77225e33 349bdd96

+1 -1
+1 -1
nixos/modules/programs/gnupg.nix
··· 102 unitConfig = { 103 Description = "GnuPG cryptographic agent and passphrase cache"; 104 Documentation = "man:gpg-agent(1)"; 105 - Requires = [ "gpg-agent.socket" ]; 106 }; 107 serviceConfig = { 108 ExecStart = "${cfg.package}/bin/gpg-agent --supervised";
··· 102 unitConfig = { 103 Description = "GnuPG cryptographic agent and passphrase cache"; 104 Documentation = "man:gpg-agent(1)"; 105 + Requires = [ "sockets.target" ]; 106 }; 107 serviceConfig = { 108 ExecStart = "${cfg.package}/bin/gpg-agent --supervised";