services.forgejo.settings
Free-form settings written directly to the app.ini configfile file.
Refer to https://forgejo.org/docs/latest/admin/config-cheat-sheet/ for supported values.
- Type
open submodule of attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))- Default
{ }- Example
{ DEFAULT = { RUN_MODE = "dev"; }; "cron.sync_external_users" = { RUN_AT_START = true; SCHEDULE = "@every 24h"; UPDATE_EXISTING = true; }; mailer = { ENABLED = true; PROTOCOL = "sendmail"; FROM = "do-not-reply@example.org"; SENDMAIL_PATH = "${pkgs.system-sendmail}/bin/sendmail"; }; other = { SHOW_FOOTER_VERSION = false; }; }- Declared
- <nixpkgs/nixos/modules/services/misc/forgejo.nix>