From 9124290f4715abc088e732c279df12239e05e43e Mon Sep 17 00:00:00 2001 From: Satria Date: Sat, 7 Mar 2026 22:24:50 +0700 Subject: [PATCH] add redirect --- modules/system/homelab/proxy.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/homelab/proxy.nix b/modules/system/homelab/proxy.nix index 813b435..0158b08 100644 --- a/modules/system/homelab/proxy.nix +++ b/modules/system/homelab/proxy.nix @@ -23,6 +23,7 @@ redirects = { "www" = "https://proxy.${homelab.domain}"; "dash" = "https://${homelab.domain}"; + "immich" = "https://gallery.proxy${homelab.domain}"; }; in { users.users.nginx.extraGroups = [ "acme" ];