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 = [];
|
default = [];
|
||||||
};
|
};
|
||||||
command = mkOption {
|
command = mkOption {
|
||||||
type = types.coercedTo types.str (package: "${package}") types.package;
|
type = types.coercedTo types.package (package: "${package}") types.str;
|
||||||
};
|
};
|
||||||
owner = mkOption {
|
owner = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
|
|
Loading…
Add table
Reference in a new issue