mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 19:40:14 +00:00
add immich
This commit is contained in:
@ -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.";
|
||||
|
Reference in New Issue
Block a user