add immich

This commit is contained in:
Noah Masur
2024-12-05 21:58:46 +00:00
parent 00f23f4b9c
commit 1b04f9a883
5 changed files with 49 additions and 0 deletions

View File

@ -101,6 +101,10 @@
type = lib.types.str;
description = "Hostname for document server (paperless-ngx).";
};
photos = lib.mkOption {
type = lib.types.str;
description = "Hostname for photo management (Immich).";
};
prometheus = lib.mkOption {
type = lib.types.str;
description = "Hostname for Prometheus server.";