Added Immich service

This commit is contained in:
pazpi 2025-03-30 11:39:17 +02:00
parent feef193d6e
commit 18021fb910
7 changed files with 147 additions and 0 deletions

View file

@ -55,6 +55,12 @@ in
};
};
immich.proxy = {
enable = true;
domain = p.domains.public;
host = p.hosts.immich;
};
media-mgr = {
proxy = {
enable = true;