Add immich

This commit is contained in:
Amanda Graven 2025-03-23 18:10:55 +01:00
parent 2210d8eecf
commit 68bd97fe3a
Signed by: amanda
GPG key ID: F747582C5608F4CB
3 changed files with 25 additions and 1 deletions

View file

@ -0,0 +1,8 @@
{ ... }:
{
services.immich = {
enable = true;
port = 2283;
};
}