Compare commits

..

1 commit

Author SHA1 Message Date
fcb47056d2 Switch formatting to nixfmt-tree
Some checks failed
CI / build (push) Failing after 1m42s
2025-03-20 13:40:57 +02:00
2 changed files with 2 additions and 6 deletions

View file

@ -9,7 +9,7 @@
${system} = {
# Check project formatting
format = self.formatter.${system};
format = self.formatter;
#TODO(#29): Integration/System tests

View file

@ -40,11 +40,7 @@ with lib;
};
"ssh.minimum_key_sizes".RSA = 2047;
session.COOKIE_SECURE = true;
service = {
DISABLE_REGISTRATION = true;
ENABLE_NOTIFY_MAIL = true;
DEFAULT_KEEP_EMAIL_PRIVATE = true;
};
service.DISABLE_REGISTRATION = true;
mailer = {
ENABLED = true;
PROTOCOL = "sendmail";