create influxdb service

This commit is contained in:
Noah Masur
2023-12-17 02:02:17 +00:00
parent 3042a0ac19
commit fafd56612e
7 changed files with 91 additions and 0 deletions

View File

@ -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).";