fixup! fixup! cluster/services/locksmith: implement provider options

This commit is contained in:
Max Headroom 2024-07-10 23:17:48 +02:00
parent 9c3f9d6c68
commit c6afc266ee

View file

@ -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;