nixos/elasticsearch-curator: add type
This commit is contained in:
parent
f8236681be
commit
f697a31b93
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ in {
|
|||
};
|
||||
actionYAML = mkOption {
|
||||
description = "curator action.yaml file contents, alternatively use curator-cli which takes a simple action command";
|
||||
type = types.lines;
|
||||
example = ''
|
||||
---
|
||||
actions:
|
||||
|
|
Loading…
Reference in a new issue