modules/nginx: get rid of top-level ACME config

This commit is contained in:
NotAShelf 2024-08-18 17:12:10 +03:00
parent ca724b08b3
commit 7bf5168b53
No known key found for this signature in database
GPG key ID: AF26552424E53993

View file

@ -2,8 +2,6 @@
# configure nginx
services.nginx = {
enable = true;
forceSSL = true;
enableACME = true;
};
networking.firewall.allowedTCPPorts = [80 443];