update to 24.05

This commit is contained in:
Anish Lakhwara
2024-08-19 21:29:41 -07:00
parent fb9d892015
commit afb1c0efb4
18 changed files with 93 additions and 244 deletions
+3 -3
View File
@@ -4,15 +4,14 @@
age.secrets.gitea-dbpass.file = "${self}/secrets/gitea-dbpass.age";
age.secrets.gitea-dbpass.owner = "gitea";
services.gitea = {
services.forgejo = {
enable = true;
package = pkgs.forgejo;
appName = "Sealight Git Forge";
database = {
type = "postgres";
passwordFile = "/run/agenix/gitea-dbpass";
};
settings = {
DEFAULT.APP_NAME = "Sealight Git Forge";
server = {
DOMAIN = "git.sealight.xyz";
ROOT_URL = "https://git.sealight.xyz";
@@ -24,6 +23,7 @@
repository = {
DEFAULT_BRANCH = "main";
};
service.DISABLE_REGISTRATION = true;
"markup.restructuredtext" = {
ENABLED = true;
FILE_EXTENSIONS = ".rst";