update nixpkgs to 24.11 (small)
Also use non-lts forgejo and adjust config for 24.11.
This commit is contained in:
parent
67ab856b82
commit
a039b3febf
3 changed files with 13 additions and 7 deletions
|
@ -7,13 +7,19 @@
|
|||
# - https://codeberg.org/forgejo/forgejo/src/branch/forgejo/docs/content/administration/reverse-proxies.en-us.md
|
||||
# - https://forgejo.org/docs/latest/admin/email-setup/
|
||||
|
||||
{ pkgs-unstable, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
services.forgejo = {
|
||||
enable = true;
|
||||
package = pkgs.forgejo;
|
||||
database.type = "postgres";
|
||||
mailerPasswordFile = "/run/secrets/forgejo_git_smtp_password";
|
||||
|
||||
secrets = {
|
||||
mailer = {
|
||||
PASSWD = "/run/secrets/forgejo_git_smtp_password";
|
||||
};
|
||||
};
|
||||
|
||||
settings = {
|
||||
DEFAULT = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue