This commit is contained in:
Patrick Neff 2024-04-14 17:50:18 +02:00
parent 66c50ad560
commit 449b065e7e
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@ with lib;
services.nginx = {
recommendedProxySettings = true;
};
networking.firewall.openTCPPorts = [80];
networking.firewall.allowedTCPPorts = [80];
}