Temporary testing
This commit is contained in:
parent
70f1c0059e
commit
d8782456c4
|
@ -224,13 +224,13 @@ in
|
||||||
settings = {
|
settings = {
|
||||||
PermitRootLogin = "no";
|
PermitRootLogin = "no";
|
||||||
PrintLastLog = "no";
|
PrintLastLog = "no";
|
||||||
# PasswordAuthentication = false;
|
PasswordAuthentication = false;
|
||||||
};
|
};
|
||||||
# ports = [ 69 ];
|
ports = [ 69 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Open ports in the firewall.
|
# 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 ];
|
networking.firewall.allowedUDPPorts = [ 4455 ];
|
||||||
|
|
||||||
# Copy and link the NixOS configuration file to (/run/current-system/configuration.nix).
|
# Copy and link the NixOS configuration file to (/run/current-system/configuration.nix).
|
||||||
|
|
Reference in a new issue