From 3242d90c24fc238aa76bda15ebeaf079c2a20c77 Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Fri, 4 Jul 2025 16:33:32 -0500 Subject: [PATCH] bert: Enable immich --- bert/services/http/photos.chandlerswift.com.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bert/services/http/photos.chandlerswift.com.nix b/bert/services/http/photos.chandlerswift.com.nix index beb78df..844f309 100644 --- a/bert/services/http/photos.chandlerswift.com.nix +++ b/bert/services/http/photos.chandlerswift.com.nix @@ -1,4 +1,7 @@ {config, ...}: { + services.immich.enable = true; + services.immich.mediaLocation = "/srv/immich"; + services.caddy.virtualHosts."photos.chandlerswift.com".extraConfig = '' reverse_proxy localhost:${toString config.services.immich.port} '';