This commit is contained in:
2024-12-27 23:25:05 +02:00
parent 3620c38f8b
commit d00c0e0607

View File

@@ -57,5 +57,5 @@
};
users.users.nginx.extraGroups = [ "acme" ];
networking.firewall.allowedTCPPorts = [ 443 80 ];
networking.firewall.allowedTCPPorts = [ 443 80 3000 ];
}