summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-05-23 15:57:37 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2021-05-23 15:57:37 +0200
commit1f9533f48a8cf4870a56b9d94ff92711c106ac58 (patch)
tree3bef4309b9c805423a9afe475508f5fb48e895e4
parent78553ff6af3d159702b69f054d318d7993664b78 (diff)
downloadnixos-1f9533f48a8cf4870a56b9d94ff92711c106ac58.tar
nixos-1f9533f48a8cf4870a56b9d94ff92711c106ac58.tar.gz
nixos-1f9533f48a8cf4870a56b9d94ff92711c106ac58.tar.bz2
nixos-1f9533f48a8cf4870a56b9d94ff92711c106ac58.tar.xz
nixos-1f9533f48a8cf4870a56b9d94ff92711c106ac58.zip
gkleen@sif: uni2work-dev1 maildev
-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 58e4957f..137b81b0 100644
--- a/accounts/gkleen@sif/ssh-hosts.nix
+++ b/accounts/gkleen@sif/ssh-hosts.nix
@@ -224,6 +224,9 @@
224 { bind = { address = "localhost"; port = 3940; }; 224 { bind = { address = "localhost"; port = 3940; };
225 host = { address = "localhost"; port = 3940; }; 225 host = { address = "localhost"; port = 3940; };
226 } 226 }
227 { bind = { address = "localhost"; port = 9020; };
228 host = { address = "localhost"; port = 9020; };
229 }
227 ]; 230 ];
228 }; 231 };
229} 232}