mail: migrate nixcon mail aliases
Drops the following destination addresses: - 2024 - 2024cfp - 2023 - 2022
Martin Weinelt committed
Apr 17, 2025 at 03:08 UTC
aabe0ab9fafe1935f6e11a6b54d5cd9240335c49
1 file changed
+8
non-critical-infra/modules/mailserver/mailing-lists.nix
+8
@@ -8,6 +8,14 @@
8
# an encrypted password. Run `nix run .#encrypt-email login -- --help` and
9
# follow the instructions.
10
mailing-lists = {
11
+ # nixcon.org
12
+ "orgateam@nixcon.org" = {
13
+ forwardTo = [
14
+ "nixcon@nixos.org"
15
+ ];
16
+ };
17
+
18
+ # nixos.org
19
"abuse@nixos.org" = {
20
forwardTo = [
21
"infra@nixos.org"