This commit is contained in:
Hadi 2024-06-20 15:07:15 +02:00
parent 4bec772eb2
commit 6f998c79ab

View File

@ -7,5 +7,5 @@
port = 3001;
openFirewall = true; # Open port 53(dns) & 3000(webui)
};
networking.firewall.allowedTCPPorts = [ 53 ];
networking.firewall.allowedTCPPorts = [ 53 3001 ];
}