mirror of https://gitlab.crans.org/nounous/nixos
fix: fix quotes
parent
23e3c41c62
commit
e4fa3c8000
|
|
@ -15,7 +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;
|
SIGNUPS_DOMAINS_WHITELIST = "crans.org,ens-paris-saclay.fr";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue