cluster/services/locksmith: fix default values

This commit is contained in:
Max Headroom 2024-07-11 00:05:36 +02:00
parent ceba7852da
commit cf93588840
2 changed files with 3 additions and 0 deletions

View file

@ -42,9 +42,11 @@ in
}; };
}; };
})); }));
default = {};
}; };
}; };
})); }));
default = {};
}; };
}; };

View file

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