Security updates
This commit is contained in:
@@ -6,10 +6,17 @@ in
|
||||
{
|
||||
networking.hostName = settings.hostname;
|
||||
|
||||
# Enable networking
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
# Open ports in the firewall.
|
||||
# networking.firewall.allowedTCPPorts = [ ... ];
|
||||
# networking.firewall.allowedUDPPorts = [ ... ];
|
||||
networking.firewall.enable = true;
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
# Sunshine
|
||||
47984 47989 48010
|
||||
];
|
||||
|
||||
networking.firewall.allowedUDPPorts = [
|
||||
# Sunshine
|
||||
47998 47999 48000 48010
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user