modify: Gitea.

This commit is contained in:
Sky
2026-01-27 14:52:50 +00:00
parent b151d87f5b
commit b9a3ebef6c
2 changed files with 3 additions and 1 deletions

View File

@@ -29,6 +29,9 @@
};
settings = {
"DEFAULT" = {
"APP_NAME" = "ColorSkyFun's Gitea";
};
server = {
ROOT_URL = "https://git.colorsky.fun:8443";
DOMAIN = "git.colorsky.fun";

View File

@@ -8,6 +8,5 @@
enable = true;
clean.enable = true;
clean.extraArgs = "--keep-since 4d --keep 3";
flake = "/home/sky/nixos/";
};
}