diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-12-12 14:24:34 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-12-12 14:24:34 +0100 |
commit | 0c4874a367dc12c6c4c82592d444acfb2b541d13 (patch) | |
tree | bc894491be2d9f7326e71d07c8fd9e2a717f1cb1 /accounts/gkleen@sif/ssh-hosts.nix | |
parent | 9d01c45c11bdcaa87d4bd8595cc567a85820b88a (diff) | |
download | nixos-0c4874a367dc12c6c4c82592d444acfb2b541d13.tar nixos-0c4874a367dc12c6c4c82592d444acfb2b541d13.tar.gz nixos-0c4874a367dc12c6c4c82592d444acfb2b541d13.tar.bz2 nixos-0c4874a367dc12c6c4c82592d444acfb2b541d13.tar.xz nixos-0c4874a367dc12c6c4c82592d444acfb2b541d13.zip |
...
Diffstat (limited to 'accounts/gkleen@sif/ssh-hosts.nix')
-rw-r--r-- | accounts/gkleen@sif/ssh-hosts.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index 15cb6fdc..66811788 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix | |||
@@ -188,6 +188,11 @@ | |||
188 | user = "git"; | 188 | user = "git"; |
189 | identityFile = "~/.ssh/gkleen@gitlab.lrz.de"; | 189 | identityFile = "~/.ssh/gkleen@gitlab.lrz.de"; |
190 | }; | 190 | }; |
191 | "gitlab-ce.lrz.de" = | ||
192 | { hostname = "gitlab-ce.lrz.de"; | ||
193 | user = "git"; | ||
194 | identityFile = "~/.ssh/gkleen@gitlab-ce.lrz.de"; | ||
195 | }; | ||
191 | "uni2work-dev2" = | 196 | "uni2work-dev2" = |
192 | { hostname = "uni2work-dev2.ifi.lmu.de"; | 197 | { hostname = "uni2work-dev2.ifi.lmu.de"; |
193 | user = "gkleen"; | 198 | user = "gkleen"; |