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

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