modules/ipfs: use attrsOf anything for extraConfig

This commit is contained in:
Max Headroom 2023-10-27 19:21:01 +02:00
parent 1df4295d48
commit a8ec626ba9

View file

@ -156,7 +156,7 @@ in
};
extraConfig = mkOption {
type = types.attrs;
type = types.attrsOf types.anything;
description = lib.mdDoc ''
Attrset of daemon configuration to set using {command}`ipfs config`, every time the daemon starts.
These are applied last, so may override configuration set by other options in this module.