69 current 2025-10-07 23:14:40 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-07 23:21:56 -05:00
parent df5a9898a2
commit 5a117927ac

View File

@@ -44,7 +44,7 @@ in
home = "/var/lib/gitea";
createHome = true;
group = "gitea";
extraGroups = [ "media" ];
extraGroups = [];
};
# enable the gitea service
@@ -54,7 +54,6 @@ in
group = "gitea";
stateDir = data_dir;
appName = "gitea";
useWizard = true;
settings = {
server = {
DOMAIN = "git.blakedheld.xyz";
@@ -62,9 +61,9 @@ in
SSH_PORT = cfg.ssh_port;
};
};
# database = {
# passwordFile = "${toString config.sops.secrets."gitea_database_password".path}";
# };
database = {
passwordFile = "${toString config.sops.secrets."gitea_database_password".path}";
};
};
# override umask to make permissions work out