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 = ''