checks/garage: add dummy option for locksmith providers
This commit is contained in:
parent
e73a340ff0
commit
ceba7852da
1 changed files with 3 additions and 0 deletions
|
@ -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; };
|
||||
|
|
Loading…
Reference in a new issue