summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
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;
};