mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 15:00:14 +00:00
enable paperless-ngx document management
This commit is contained in:
@ -75,6 +75,10 @@
|
||||
type = lib.types.str;
|
||||
description = "Hostname for metrics server.";
|
||||
};
|
||||
paperless = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
description = "Hostname for document server (paperless-ngx).";
|
||||
};
|
||||
prometheus = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
description = "Hostname for Prometheus server.";
|
||||
|
Reference in New Issue
Block a user