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 = {
enable = true;
virtualHosts.${host}.extraConfig = ''
@ -86,7 +85,6 @@ in
'';
};
# ACME cert
security.acme.certs.${host} = {
dnsProvider = instances.web.dns.provider1;
environmentFile = config.sops.secrets."dns/${instances.web.dns.provider1}".path;