This commit is contained in:
2024-12-27 23:07:09 +02:00
parent 269fea98b3
commit 92c38cde78

View File

@@ -53,9 +53,9 @@
CF_DNS_API_TOKEN_FILE=/run/secrets/cloudflare-dns-api-token
''}";
webroot = null;
group = "nginx";
};
};
users.users.nginx.extraGroups = [ "acme" ];
networking.firewall.allowedTCPPorts = [ 443 80 ];
}