nixos: separate openssh firewall port

This commit is contained in:
2026-05-03 11:17:19 -04:00
committed by javalsai
parent eaaffcc289
commit 4704a887fa
2 changed files with 3 additions and 7 deletions
+2
View File
@@ -10,4 +10,6 @@
PermitRootLogin = "no";
};
};
networking.firewall.allowedTCPPorts = [ 22 ];
}