snowflake/hosts/sakura/services/immich-proxy.nix
notohh d08cd8dcd8
immich: update external domain
sakura: init immich proxy

traefik: add immich proxy
2025-03-07 04:39:53 -05:00

8 lines
160 B
Nix

_: {
services.immich-public-proxy = {
enable = true;
port = 2284;
openFirewall = true;
immichUrl = "https://immich.internal.flake.sh";
};
}