moved option

This commit is contained in:
Harry 2024-08-12 16:08:22 +02:00
parent ba3dfa1528
commit 431965594d

View file

@ -6,7 +6,6 @@
services.forgejo = {
enable = true;
lfs.enable = true;
service.DISABLE_REGISTRATION = true;
database = {
type = "postgres";
};
@ -24,6 +23,7 @@
ENABLED = true;
SMTP_ADDR = config.sops.secrets.smtp_address;
};
service.DISABLE_REGISTRATION = true;
};
mailerPasswordFile = config.sops.secrets.smtp_password.path;
};