Security updates

This commit is contained in:
2025-12-19 13:49:05 -07:00
parent b1447f1ef5
commit cd9835676d
5 changed files with 49 additions and 6 deletions

View File

@@ -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
];
}