Remove duplicate default attribute on mailserver.forwards option

This commit is contained in:
Evan Hanson 2021-05-31 18:29:11 +12:00
parent 500685bc38
commit 190ac7ca60

View file

@ -318,7 +318,6 @@ in
forwards = mkOption {
type = with types; attrsOf (either (listOf str) str);
default = {};
example = {
"user@example.com" = "user@elsewhere.com";
};