chore: cleaned up comments

This commit is contained in:
Nick 2025-11-19 17:00:04 -06:00
parent ee35a417d3
commit 68eaa6ec61

View file

@ -78,7 +78,6 @@ in
}; };
}; };
# Host Caddy
services.caddy = { services.caddy = {
enable = true; enable = true;
virtualHosts.${host}.extraConfig = '' virtualHosts.${host}.extraConfig = ''
@ -86,7 +85,6 @@ in
''; '';
}; };
# ACME cert
security.acme.certs.${host} = { security.acme.certs.${host} = {
dnsProvider = instances.web.dns.provider1; dnsProvider = instances.web.dns.provider1;
environmentFile = config.sops.secrets."dns/${instances.web.dns.provider1}".path; environmentFile = config.sops.secrets."dns/${instances.web.dns.provider1}".path;