Changed state dir for gitea

This commit is contained in:
Random936 2025-01-12 17:46:45 -08:00
parent d958621a79
commit 04787b7847

View File

@ -69,6 +69,7 @@
# Gitea
services.gitea = {
enable = true;
stateDir = "/mnt/storage/gitea";
settings = {
server = {
ROOT_URL = "https://git.randomctf.com";