fix: a mess of ports

This commit is contained in:
Lewis Wynne 2026-04-04 22:47:08 +01:00
parent b00d1519ac
commit 9004fd3933
2 changed files with 14 additions and 5 deletions

View file

@ -12,13 +12,14 @@
services.openssh = {
enable = true;
ports = [ 4200 ];
settings = {
PasswordAuthentication = false;
PermitRootLogin = "no";
};
};
networking.firewall.allowedTCPPorts = [ 80 443 ];
networking.firewall.allowedTCPPorts = [ 80 443 4200 ];
users.users.lew = {
isNormalUser = true;