From ceba7852daa552d0656dac3857e6293a48b1968e Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 11 Jul 2024 00:00:28 +0200 Subject: [PATCH] checks/garage: add dummy option for locksmith providers --- packages/checks/garage.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/checks/garage.nix b/packages/checks/garage.nix index 1856a97..fa14d0c 100644 --- a/packages/checks/garage.nix +++ b/packages/checks/garage.nix @@ -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; };