services/monitoring: enable nginx by default
Otherwise, building hosts that don't have any (nginx using) services configured will faill.
This commit is contained in:
parent
c80fafda16
commit
788fb22732
1 changed files with 2 additions and 1 deletions
|
@ -97,7 +97,8 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts."${fqdn}" = let
|
||||
services.nginx.enable = lib.mkDefault true;
|
||||
services.nginx.virtualHosts."${fqdn}" = let
|
||||
monitoring_htpasswd = config.sops.secrets."monitoring.htpasswd".path;
|
||||
in {
|
||||
enableACME = true;
|
||||
|
|
Loading…
Reference in a new issue