diff --git a/hosts/generic/configuration_generic.nix b/hosts/generic/configuration_generic.nix index a79d72a..949dbce 100644 --- a/hosts/generic/configuration_generic.nix +++ b/hosts/generic/configuration_generic.nix @@ -29,8 +29,8 @@ # networking networking.networkmanager.enable = true; - networking.firewall.allowedTCPPorts = [ 22 3240 2049 25565 ]; - networking.firewall.allowedUDPPorts = [ 38401 25565 ]; + networking.firewall.allowedTCPPorts = [ 22 3240 2049 25565 554 80 ]; + networking.firewall.allowedUDPPorts = [ 38401 25565 554 80]; networking.nftables.enable = true; networking.hosts = { "192.168.1.116" = [ "Clank" ];