Compare commits

..

2 commits

Author SHA1 Message Date
Christoph Hollizeck fd46cf4c10 forgejo: add mailer 2024-12-03 13:14:45 +01:00
Christoph Hollizeck e0b9c4e99f wsl: home stateversion mismatch 2024-12-03 13:09:27 +01:00
2 changed files with 7 additions and 2 deletions

View file

@ -17,6 +17,4 @@ with lib.wyrdgard;
direnv = enabled;
};
};
home.stateVersion = "24.05";
}

View file

@ -81,6 +81,13 @@ in
HTTP_PORT = forgejoPort;
};
mailer = {
ENABLED = true;
PROTOCOL = "sendmail";
FROM = "no-reply@${domainName}";
SENDMAIL_PATH = "${pkgs.system-sendmail}/bin/sendmail";
};
service.DISABLE_REGISTRATION = true;
};
};