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} = {
|
||||
|
||||
# Check project formatting
|
||||
format = self.formatter;
|
||||
format = self.formatter.${system};
|
||||
|
||||
#TODO(#29): Integration/System tests
|
||||
|
||||
|
|
|
@ -40,7 +40,11 @@ with lib;
|
|||
};
|
||||
"ssh.minimum_key_sizes".RSA = 2047;
|
||||
session.COOKIE_SECURE = true;
|
||||
service.DISABLE_REGISTRATION = true;
|
||||
service = {
|
||||
DISABLE_REGISTRATION = true;
|
||||
ENABLE_NOTIFY_MAIL = true;
|
||||
DEFAULT_KEEP_EMAIL_PRIVATE = true;
|
||||
};
|
||||
mailer = {
|
||||
ENABLED = true;
|
||||
PROTOCOL = "sendmail";
|
||||
|
|
Loading…
Add table
Reference in a new issue