68 current 2025-10-07 22:42:25 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-07 23:08:57 -05:00
parent e98200279e
commit 5b6b8cbf30

View File

@@ -66,6 +66,7 @@ in
database = {
passwordFile = config.sops.secrets."gitea_database_password".path;
};
};
# override umask to make permissions work out
systemd.services.gitea.serviceConfig = { UMask = lib.mkForce "0007"; };