From be64446773661b318325b6cf8cd6470d632859cd Mon Sep 17 00:00:00 2001 From: yaroslav Date: Tue, 16 Sep 2025 13:08:32 +0300 Subject: [PATCH] commit before merge --- hosts/generic/configuration_generic.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" ];