Compare commits
1 commit
d01da714fa
...
fcb47056d2
Author | SHA1 | Date | |
---|---|---|---|
fcb47056d2 |
2 changed files with 2 additions and 6 deletions
|
@ -9,7 +9,7 @@
|
||||||
${system} = {
|
${system} = {
|
||||||
|
|
||||||
# Check project formatting
|
# Check project formatting
|
||||||
format = self.formatter.${system};
|
format = self.formatter;
|
||||||
|
|
||||||
#TODO(#29): Integration/System tests
|
#TODO(#29): Integration/System tests
|
||||||
|
|
||||||
|
|
|
@ -40,11 +40,7 @@ with lib;
|
||||||
};
|
};
|
||||||
"ssh.minimum_key_sizes".RSA = 2047;
|
"ssh.minimum_key_sizes".RSA = 2047;
|
||||||
session.COOKIE_SECURE = true;
|
session.COOKIE_SECURE = true;
|
||||||
service = {
|
service.DISABLE_REGISTRATION = true;
|
||||||
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