borgmatic: allow lists in extraConfig
In particular, we should be able to specify `exclude_backups` in our configuration. Fixes #3489
This commit is contained in:
parent
263f6e4523
commit
e412025fff
2 changed files with 8 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ let
|
|||
};
|
||||
|
||||
extraConfigOption = mkOption {
|
||||
type = with types; attrsOf (oneOf [ str bool path int ]);
|
||||
type = with types; attrsOf (oneOf [ str bool path int (listOf str) ]);
|
||||
default = { };
|
||||
description = "Extra settings.";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue