Compare commits

..

2 commits

Author SHA1 Message Date
d01da714fa Switch formatting to nixfmt-tree
Some checks failed
CI / build (push) Failing after 1m37s
2025-03-20 14:03:33 +02:00
d54febbb87 Enable forgejo email notifications
All checks were successful
CI / build (push) Successful in 2m40s
2025-03-20 13:50:14 +02:00
2 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -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";