summaryrefslogtreecommitdiff
path: root/sys/web/sites
diff options
context:
space:
mode:
Diffstat (limited to 'sys/web/sites')
-rw-r--r--sys/web/sites/portal.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/web/sites/portal.nix b/sys/web/sites/portal.nix
index e46a9b1..c95e2ea 100644
--- a/sys/web/sites/portal.nix
+++ b/sys/web/sites/portal.nix
@@ -12,6 +12,7 @@ in
local.web = {
enable = mkDefault true;
ownedCerts = [ "host" ];
+ defaultACMEHost = domains.host.main;
};
services.nginx.virtualHosts.${domains.host.www} = {