fixup! fixup! cluster/services/locksmith: implement provider options
This commit is contained in:
parent
9c3f9d6c68
commit
c6afc266ee
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ in
|
|||
default = [];
|
||||
};
|
||||
command = mkOption {
|
||||
type = types.coercedTo types.str (package: "${package}") types.package;
|
||||
type = types.coercedTo types.package (package: "${package}") types.str;
|
||||
};
|
||||
owner = mkOption {
|
||||
type = types.str;
|
||||
|
|
Loading…
Reference in a new issue