summaryrefslogtreecommitdiff
path: root/accounts
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2023-08-08 21:48:11 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2023-08-08 21:48:11 +0200
commit6bc9ae25153a292b5e34ec0b891d83c98b1d5e8a (patch)
tree4497d93ad2d46c04e311bf87755fbf6c42b56c7f /accounts
parentdf4f7efea1570050ba3f1828e41419304606e212 (diff)
downloadnixos-6bc9ae25153a292b5e34ec0b891d83c98b1d5e8a.tar
nixos-6bc9ae25153a292b5e34ec0b891d83c98b1d5e8a.tar.gz
nixos-6bc9ae25153a292b5e34ec0b891d83c98b1d5e8a.tar.bz2
nixos-6bc9ae25153a292b5e34ec0b891d83c98b1d5e8a.tar.xz
nixos-6bc9ae25153a292b5e34ec0b891d83c98b1d5e8a.zip
...
Diffstat (limited to 'accounts')
-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";