nixos/telegraf: null value for environmentFiles is invalid
it's also not needed given that empty list covers all use cases.
This commit is contained in:
parent
e4883cb78e
commit
69caedcc42
@ -21,7 +21,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
environmentFiles = mkOption {
|
environmentFiles = mkOption {
|
||||||
type = types.nullOr (types.listOf types.path);
|
type = types.listOf types.path;
|
||||||
default = [];
|
default = [];
|
||||||
example = "/run/keys/telegraf.env";
|
example = "/run/keys/telegraf.env";
|
||||||
description = ''
|
description = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user