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 {
type = types.nullOr types.str;
default = null;
description = "access key file path";
};