feat(forgejo): update config
This commit is contained in:
parent
3d537fcde0
commit
6679ce62c1
1 changed files with 2 additions and 1 deletions
|
@ -35,6 +35,7 @@ in
|
|||
START_SSH_SERVER = true;
|
||||
SSH_LISTEN_PORT = sshPort;
|
||||
BUILTIN_SSH_SERVER_USER = sshUser;
|
||||
LANDING_PAGE = "explore";
|
||||
};
|
||||
service.DISABLE_REGISTRATION = true;
|
||||
ui = {
|
||||
|
@ -45,11 +46,11 @@ in
|
|||
DEFAULT_ACTIONS_URL = "https://${domain}";
|
||||
};
|
||||
mailer = {
|
||||
# TODO broken: https://github.com/NixOS/nixpkgs/issues/103446
|
||||
ENABLED = true;
|
||||
PROTOCOL = "sendmail";
|
||||
FROM = config.programs.msmtp.accounts.default.from;
|
||||
SENDMAIL_PATH = "${pkgs.system-sendmail}/bin/sendmail";
|
||||
SENDMAIL_ARGS = "--";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue