Former-commit-id: 2e31e74d92
This commit is contained in:
Hadi
2024-06-23 23:51:07 +02:00
parent ae83c7497a
commit 2c68166067

View File

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