From 836d36b8d4c4e1a01c6c0673a3aeb38b76894897 Mon Sep 17 00:00:00 2001 From: Satria Date: Fri, 20 Mar 2026 07:46:44 +0700 Subject: [PATCH] change redirect --- modules/system/homelab/proxy.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/homelab/proxy.nix b/modules/system/homelab/proxy.nix index e3b533a..b363758 100644 --- a/modules/system/homelab/proxy.nix +++ b/modules/system/homelab/proxy.nix @@ -22,7 +22,7 @@ }; redirects = { "www" = "https://proxy.${homelab.domain}"; - "dash" = "https://${homelab.domain}"; + "dash" = "https://proxy.${homelab.domain}"; "immich" = "https://gallery.proxy.${homelab.domain}"; }; exta-conf = ''