summaryrefslogtreecommitdiff
path: root/ssh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.nix')
-rw-r--r--ssh.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/ssh.nix b/ssh.nix
index 9d0c84a..d58a2a1 100644
--- a/ssh.nix
+++ b/ssh.nix
@@ -3,7 +3,6 @@
services.openssh = {
enable = true;
- ports = [26802];
authorizedKeysInHomedir = false;
settings = {
PasswordAuthentication = false;