feat: add the possibility to signup with an @ens-paris-saclay.fr mail address.

See merge request nounous/nixos!40
merge-requests/41/head
lzebulon 2025-11-30 21:48:32 +01:00
commit 36ff6cdae5
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
config = {
ROCKET_PORT = 8222;
SENDMAIL_COMMAND = "${config.security.wrapperDir}/sendmail";
SIGNUPS_DOMAINS_WHITELIST = "crans.org,ens-paris-saclay.fr";
};
};