checks/garage: add dummy option for locksmith providers

This commit is contained in:
Max Headroom 2024-07-11 00:00:28 +02:00
parent e73a340ff0
commit ceba7852da

View file

@ -21,6 +21,9 @@ testers.runNixOSTest {
cluster.config.services.storage.nixos.garage
cluster.config.services.storage.nixos.garageInternal
];
options.services.locksmith.providers = lib.mkOption {
type = lib.types.raw;
};
config = {
_module.args = {
depot.packages = { inherit garage; };