mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-12-26 19:20:34 +05:00
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
Block a user