mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
chore: cleaned up comments
This commit is contained in:
parent
ee35a417d3
commit
68eaa6ec61
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue