diff --git a/examples/master.nix b/examples/master.nix index 374aa47..824ed62 100644 --- a/examples/master.nix +++ b/examples/master.nix @@ -54,6 +54,6 @@ # Optional: Enable acme/TLS in nginx (recommended) #services.nginx.virtualHosts.${config.services.buildbot-nix.master.domain} = { # forceSSL = true; - # useACME = true; + # enableACME = true; #}; }