modules/ipfs: use attrsOf anything for extraConfig
This commit is contained in:
parent
1df4295d48
commit
a8ec626ba9
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue