cluster/services/locksmith: fix default value for waitForSecrets

This commit is contained in:
Max Headroom 2024-07-11 00:05:36 +02:00
parent ceba7852da
commit aa8a3e2016

View file

@ -12,6 +12,7 @@ in
{
options.services.locksmith.waitForSecrets = lib.mkOption {
type = with lib.types; attrsOf (listOf str);
default = {};
};
config = lib.mkMerge [