treewide: fmt
Some checks failed
/ Build Nix targets (push) Has been cancelled

This commit is contained in:
Felix Buehler 2025-07-27 19:36:40 +02:00
parent 1a890597ff
commit 7e5d13ac3d
6 changed files with 35 additions and 30 deletions

View file

@ -43,7 +43,8 @@ in
settings = {
ffmpeg.transcode = "disabled";
server.externalDomain = "https://photos.${domain}";
} // cfg.settings;
}
// cfg.settings;
environment = {
IMMICH_TELEMETRY_INCLUDE = "all";
IMMICH_API_METRICS_PORT = toString (port + 1);