diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-08-03 12:05:48 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-08-03 12:13:27 -0600 |
| commit | c1fed32b662c4697fa1e1e9ce85a42d88d4e3db5 (patch) | |
| tree | 983650065887762629f3b8cf2ea21f6229ee7a42 /sys/web/sites | |
| parent | bd29827fba8aefa978798ad105d8793976f082b4 (diff) | |
sys/web: add default virtual host
Diffstat (limited to '')
| -rw-r--r-- | sys/web/sites/portal.nix | 1 |
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} = { |
