nixos/forgejo: update settings example (#467564)

This commit is contained in:
Emily
2025-12-09 15:20:13 +00:00
committed by GitHub
+1 -1
View File
@@ -340,7 +340,7 @@ in
};
mailer = {
ENABLED = true;
MAILER_TYPE = "sendmail";
PROTOCOL = "sendmail";
FROM = "do-not-reply@example.org";
SENDMAIL_PATH = "''${pkgs.system-sendmail}/bin/sendmail";
};