h: be explicit in what ports are open

This commit is contained in:
Aaron Bieber 2022-09-02 07:18:08 -06:00
parent 946b2774ba
commit 681ac5d886
No known key found for this signature in database

View File

@ -74,7 +74,7 @@ in {
};
};
firewall = {
allowedTCPPorts = [ 22 80 443 ];
allowedTCPPorts = [ 22 80 443 53589 ];
allowedUDPPortRanges = [{
from = 60000;
to = 61000;
@ -131,7 +131,7 @@ in {
fqdn = "tasks.suah.dev";
listenHost = "::";
organisations."bolddaemon".users = [ "qbit" ];
openFirewall = true;
openFirewall = false;
};
cron = {
enable = true;