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" ];