This commit is contained in:
Robin Appelman 2026-05-14 19:55:12 +02:00
commit 852245c91a

View file

@ -38,6 +38,7 @@ in {
}; };
accessKeyFile = mkOption { accessKeyFile = mkOption {
type = types.nullOr types.str; type = types.nullOr types.str;
default = null;
description = "access key file path"; description = "access key file path";
}; };