This commit is contained in:
Hadi 2024-06-23 23:51:07 +02:00
parent 0922357af2
commit 2e31e74d92

View File

@ -8,5 +8,5 @@
allowDHCP = true; allowDHCP = true;
openFirewall = true; openFirewall = true;
}; };
networking.firewall.allowedTCPPorts = [ 53 3000 ]; networking.firewall.allowedTCPPorts = [ 53 3000 3001 ];
} }