summaryrefslogtreecommitdiff
path: root/ssh.nix
diff options
context:
space:
mode:
authorAlexander Kassouni <alex@kassouni.net>2026-09-27 00:32:26 -0700
committerAlexander Kassouni <alex@kassouni.net>2026-09-27 00:32:26 -0700
commit1403c2423100e014aae95c2a02191445d9e8b647 (patch)
treedc2de145df4d62134e4d17379fc079c71cc8175e /ssh.nix
parent2b8facb13cd98baf9b4c6a7dc111702e8279e2c6 (diff)
undo portHEADmain
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;