Remove duplicate `default` attribute on mailserver.forwards option
This commit is contained in:
parent
500685bc38
commit
190ac7ca60
|
@ -318,7 +318,6 @@ in
|
||||||
|
|
||||||
forwards = mkOption {
|
forwards = mkOption {
|
||||||
type = with types; attrsOf (either (listOf str) str);
|
type = with types; attrsOf (either (listOf str) str);
|
||||||
default = {};
|
|
||||||
example = {
|
example = {
|
||||||
"user@example.com" = "user@elsewhere.com";
|
"user@example.com" = "user@elsewhere.com";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue