summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}