mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
gpg-agent: remove deprecated argument
This commit is contained in:
parent
853e28647d
commit
75bb0c8efb
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ in
|
|||
|
||||
Service = {
|
||||
Type = "forking";
|
||||
ExecStart = "${pkgs.gnupg}/bin/gpg-agent --daemon --use-standard-socket";
|
||||
ExecStart = "${pkgs.gnupg}/bin/gpg-agent --daemon";
|
||||
Restart = "on-abort";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue