summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-01-04 17:07:28 +0530
committersinanmohd <sinan@sinanmohd.com>2024-01-04 17:09:50 +0530
commitf87bba16e8904d84b07cc82f01f0b2e8ba06880a (patch)
tree0fbd2ba9046f7b90d82357a0b2957a1db8a0c84e /hosts
parent4300e47819ee709774c22c6f3f243e1dc9539e57 (diff)
mox/ssh: listen on port 465
Diffstat (limited to 'hosts')
-rw-r--r--hosts/mox/configuration.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/mox/configuration.nix b/hosts/mox/configuration.nix
index 6742cc3..8d66673 100644
--- a/hosts/mox/configuration.nix
+++ b/hosts/mox/configuration.nix
@@ -9,6 +9,7 @@
services.openssh = {
enable = true;
+ ports = [ 22 465 ];
settings.PasswordAuthentication = false;
};