This commit is contained in:
Hadi 2024-06-19 23:59:20 +02:00
parent 7e5c45d406
commit 265651c931

View File

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