Compare commits
2 commits
fcb47056d2
...
d01da714fa
Author | SHA1 | Date | |
---|---|---|---|
d01da714fa | |||
d54febbb87 |
2 changed files with 6 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
${system} = {
|
${system} = {
|
||||||
|
|
||||||
# Check project formatting
|
# Check project formatting
|
||||||
format = self.formatter;
|
format = self.formatter.${system};
|
||||||
|
|
||||||
#TODO(#29): Integration/System tests
|
#TODO(#29): Integration/System tests
|
||||||
|
|
||||||
|
|
|
@ -40,7 +40,11 @@ with lib;
|
||||||
};
|
};
|
||||||
"ssh.minimum_key_sizes".RSA = 2047;
|
"ssh.minimum_key_sizes".RSA = 2047;
|
||||||
session.COOKIE_SECURE = true;
|
session.COOKIE_SECURE = true;
|
||||||
service.DISABLE_REGISTRATION = true;
|
service = {
|
||||||
|
DISABLE_REGISTRATION = true;
|
||||||
|
ENABLE_NOTIFY_MAIL = true;
|
||||||
|
DEFAULT_KEEP_EMAIL_PRIVATE = true;
|
||||||
|
};
|
||||||
mailer = {
|
mailer = {
|
||||||
ENABLED = true;
|
ENABLED = true;
|
||||||
PROTOCOL = "sendmail";
|
PROTOCOL = "sendmail";
|
||||||
|
|
Loading…
Add table
Reference in a new issue