Former-commit-id: 6f998c79ab
This commit is contained in:
Hadi
2024-06-20 15:07:15 +02:00
parent 0263e08415
commit e388cc7556

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 ];
}