From 6dabf2eee1ac953277dbc5fc03a89ac77f98823d Mon Sep 17 00:00:00 2001
From: sinanmohd <sinan@sinanmohd.com>
Date: Thu, 18 Jan 2024 18:15:56 +0530
Subject: kay/www: set default vhost

---
 hosts/kay/modules/www.nix | 1 +
 1 file changed, 1 insertion(+)

(limited to 'hosts')

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 = ''
-- 
cgit v1.2.3