mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 15:00:14 +00:00
create influxdb service
This commit is contained in:
@ -83,6 +83,10 @@
|
||||
type = lib.types.str;
|
||||
description = "Hostname for Prometheus server.";
|
||||
};
|
||||
influxdb = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
description = "Hostname for InfluxDB2 server.";
|
||||
};
|
||||
secrets = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
description = "Hostname for passwords and secrets (Vaultwarden).";
|
||||
|
Reference in New Issue
Block a user