From 852245c91a343b4b080386718ca2623da984b9ba Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Thu, 14 May 2026 19:55:12 +0200 Subject: [PATCH] optional --- nix/module.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/module.nix b/nix/module.nix index a5bca41..465bc90 100644 --- a/nix/module.nix +++ b/nix/module.nix @@ -38,6 +38,7 @@ in { }; accessKeyFile = mkOption { type = types.nullOr types.str; + default = null; description = "access key file path"; };