diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-08-08 21:48:11 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-08-08 21:48:11 +0200 |
commit | 6bc9ae25153a292b5e34ec0b891d83c98b1d5e8a (patch) | |
tree | 4497d93ad2d46c04e311bf87755fbf6c42b56c7f /accounts/gkleen@sif | |
parent | df4f7efea1570050ba3f1828e41419304606e212 (diff) | |
download | nixos-6bc9ae25153a292b5e34ec0b891d83c98b1d5e8a.tar nixos-6bc9ae25153a292b5e34ec0b891d83c98b1d5e8a.tar.gz nixos-6bc9ae25153a292b5e34ec0b891d83c98b1d5e8a.tar.bz2 nixos-6bc9ae25153a292b5e34ec0b891d83c98b1d5e8a.tar.xz nixos-6bc9ae25153a292b5e34ec0b891d83c98b1d5e8a.zip |
...
Diffstat (limited to 'accounts/gkleen@sif')
-rw-r--r-- | accounts/gkleen@sif/ssh-hosts.nix | 3 |
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"; |