fix: gitea reverse proxy auth

This commit is contained in:
uttarayan21
2025-04-17 15:11:54 +03:00
parent 15f86a0fae
commit 6f758b9093
2 changed files with 5 additions and 3 deletions

View File

@@ -49,7 +49,7 @@
gc = {
automatic = true;
dates = "daily";
options = "--delete-older-than +5";
options = "--delete-older-than 5d";
};
package = pkgs.nixVersions.latest;
distributedBuilds = true;