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