This commit is contained in:
soraefir
2026-06-06 00:48:56 +02:00
parent 7b1802b492
commit 9573be2232
4 changed files with 10 additions and 27 deletions

View File

@@ -27,23 +27,9 @@ with lib; {
default = [ ];
};
outputs = {
urls = mkOption {
type = types.listOf types.str;
default = [ ];
};
database = mkOption {
type = types.nullOr types.str;
default = null;
};
token = mkOption {
type = types.str;
default = "$INFLUXDB_TOKEN";
};
secretName = mkOption {
type = types.nullOr types.str;
default = null;
};
outputs = mkOption {
type = types.listOf types.str;
default = [ ];
};
extraConfig = mkOption {