From c6afc266ee65f0a5c980b1f1791249ab25867952 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 10 Jul 2024 23:17:48 +0200 Subject: [PATCH] fixup! fixup! cluster/services/locksmith: implement provider options --- cluster/services/locksmith/provider.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/services/locksmith/provider.nix b/cluster/services/locksmith/provider.nix index 9c492a1..35efaeb 100644 --- a/cluster/services/locksmith/provider.nix +++ b/cluster/services/locksmith/provider.nix @@ -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;