Temporary testing

This commit is contained in:
Jimbo 2024-08-27 14:53:26 -04:00
parent 70f1c0059e
commit d8782456c4

View file

@ -224,13 +224,13 @@ in
settings = {
PermitRootLogin = "no";
PrintLastLog = "no";
# PasswordAuthentication = false;
PasswordAuthentication = false;
};
# ports = [ 69 ];
ports = [ 69 ];
};
# Open ports in the firewall.
networking.firewall.allowedTCPPorts = [ 1935 4455 80 443 1234 ];
networking.firewall.allowedTCPPorts = [ 1935 4455 80 443 1234 22 ];
networking.firewall.allowedUDPPorts = [ 4455 ];
# Copy and link the NixOS configuration file to (/run/current-system/configuration.nix).