diff options
author | Evan Hanson <evhan@foldling.org> | 2021-05-31 18:29:11 +1200 |
---|---|---|
committer | Evan Hanson <evhan@foldling.org> | 2021-05-31 18:29:11 +1200 |
commit | 190ac7ca60c6baed47c966d207874171ab112ce6 (patch) | |
tree | f4ec20f8eb7c260d5718e20babaa5e765e339a3c | |
parent | 500685bc38507a4e5c19f86f0a9782191f5148e4 (diff) |
Remove duplicate `default` attribute on mailserver.forwards option
-rw-r--r-- | default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/default.nix b/default.nix index 8905c5a..dd800b1 100644 --- a/default.nix +++ b/default.nix @@ -318,7 +318,6 @@ in forwards = mkOption { type = with types; attrsOf (either (listOf str) str); - default = {}; example = { "user@example.com" = "user@elsewhere.com"; }; |