Store NGI email
@fricklerhandwerk asked me to also onboard the ngi email onto freescout, so the mails needs to be stored on the server.
Silvan Mosberger committed
Jun 16, 2025 at 12:58 UTC
e6fa277e9c404ace5e1ab1147779a5118f6b38cc
1 file changed
+1
-1
non-critical-infra/modules/mailserver/mailing-lists.nix
+1
-1
@@ -124,7 +124,7 @@
124
];
125
loginAccount = {
126
encryptedHashedPassword = ../../secrets/ngi-nixos-org-email-login.umbriel;
127
- storeEmail = false;
127
+ storeEmail = true;
128
};
129
};
130