mirror of https://gitlab.crans.org/nounous/nixos
feat: add the possibility to signup with an @ens-paris-saclay.fr mail address.
5d84f17600/.env.template (L261C3-L261C29)
merge-requests/40/head
parent
f301c09bff
commit
cd02089efc
|
|
@ -15,6 +15,7 @@
|
||||||
config = {
|
config = {
|
||||||
ROCKET_PORT = 8222;
|
ROCKET_PORT = 8222;
|
||||||
SENDMAIL_COMMAND = "${config.security.wrapperDir}/sendmail";
|
SENDMAIL_COMMAND = "${config.security.wrapperDir}/sendmail";
|
||||||
|
SIGNUPS_DOMAINS_WHITELIST=crans.org,ens-paris-saclay.fr;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue