summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2023-02-16 09:46:12 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2023-02-16 09:46:12 +0100
commit07f9ba7096d0db355d87147468990bc30b732a00 (patch)
tree9b818300bb76fb2f90d901878d15de470d1aef21 /accounts/gkleen@sif
parentf82e8448fbbe6f720512d68d8817ebc188127690 (diff)
downloadnixos-07f9ba7096d0db355d87147468990bc30b732a00.tar
nixos-07f9ba7096d0db355d87147468990bc30b732a00.tar.gz
nixos-07f9ba7096d0db355d87147468990bc30b732a00.tar.bz2
nixos-07f9ba7096d0db355d87147468990bc30b732a00.tar.xz
nixos-07f9ba7096d0db355d87147468990bc30b732a00.zip
...
Diffstat (limited to 'accounts/gkleen@sif')
-rw-r--r--accounts/gkleen@sif/ssh-hosts.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix
index 4c5895cd..3e3ac025 100644
--- a/accounts/gkleen@sif/ssh-hosts.nix
+++ b/accounts/gkleen@sif/ssh-hosts.nix
@@ -481,7 +481,7 @@
481 }; 481 };
482 }; 482 };
483 "srv01.uniworx.de" = 483 "srv01.uniworx.de" =
484 { 484 { match = "host srv01.uniworx.de user gkleen";
485 localForwards = [ 485 localForwards = [
486 { bind = { address = "localhost"; port = 3665; }; 486 { bind = { address = "localhost"; port = 3665; };
487 host = { address = "localhost"; port = 3665; }; 487 host = { address = "localhost"; port = 3665; };