summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/ssh-hosts.nix
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif/ssh-hosts.nix')
-rw-r--r--accounts/gkleen@sif/ssh-hosts.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix
index 5f5d0ddb..de53dce5 100644
--- a/accounts/gkleen@sif/ssh-hosts.nix
+++ b/accounts/gkleen@sif/ssh-hosts.nix
@@ -498,6 +498,9 @@
498 bind = { address = "/home/gkleen/.ssh/emacs-server"; }; 498 bind = { address = "/home/gkleen/.ssh/emacs-server"; };
499 } 499 }
500 ]; 500 ];
501 extraOptions = {
502 StreamLocalBindUnlink = "yes";
503 };
501 }; 504 };
502 "gitlab.uniworx.de" = 505 "gitlab.uniworx.de" =
503 { user = "git"; 506 { user = "git";