@cryptotaxi247 / infra-1 / commits / 559f7ed6

Update foundation emails

- Offboard ex-board member @edolstra - Offboard @fricklerhandwerk from fundraising email - Redirect partnerships@nixos.org to foundation@nixos.org instead of just @refroni

Silvan Mosberger committed Aug 27, 2025 at 23:16 UTC 559f7ed69b77d1a37c6516479501773a492be88b
1 file changed +1 -8
non-critical-infra/modules/mailserver/mailing-lists.nix
+1 -8
@@ -23,9 +23,6 @@
23 };
24
25 "finance@nixos.org" = {
26 - forwardTo = [
27 - ../../secrets/edolstra-email-address.umbriel # https://github.com/edolstra
28 - ];
26 loginAccount = {
27 encryptedHashedPassword = ../../secrets/finance-email-login.umbriel;
28 storeEmail = true;
@@ -45,9 +42,6 @@
42 };
43
44 "foundation@nixos.org" = {
48 - forwardTo = [
49 - ../../secrets/edolstra-foundation-email-address.umbriel # https://github.com/edolstra
50 - ];
45 loginAccount = {
46 encryptedHashedPassword = ../../secrets/foundation-email-login.umbriel;
47 storeEmail = true;
@@ -56,7 +50,6 @@
50
51 "fundraising@nixos.org" = {
52 forwardTo = [
59 - ../../secrets/fricklerhandwerk-email-address.umbriel # https://github.com/fricklerhandwerk
53 "foundation@nixos.org"
54 ];
55 };
@@ -131,7 +124,7 @@
124
125 "partnerships@nixos.org" = {
126 forwardTo = [
134 - ../../secrets/refroni-email-address.umbriel # https://github.com/refroni
127 + "foundation@nixos.org"
128 ];
129 };
130