summaryrefslogtreecommitdiff
path: root/hosts/kay
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-01-18 18:15:56 +0530
committersinanmohd <sinan@sinanmohd.com>2024-01-18 18:15:56 +0530
commit6dabf2eee1ac953277dbc5fc03a89ac77f98823d (patch)
tree7a11a71722fce6002affe6dce911f12dd419e0b4 /hosts/kay
parent154f21d0d8a00733755fa7fc869e26729333b1d8 (diff)
kay/www: set default vhost
Diffstat (limited to 'hosts/kay')
-rw-r--r--hosts/kay/modules/www.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/kay/modules/www.nix b/hosts/kay/modules/www.nix
index ba192fb..7d0e646 100644
--- a/hosts/kay/modules/www.nix
+++ b/hosts/kay/modules/www.nix
@@ -46,6 +46,7 @@ in
};
in {
"${domain}" = defaultOpts // {
+ default = true;
globalRedirect = "www.${domain}";
extraConfig = ''