cleanup
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user