This commit is contained in:
4DBug
2026-02-23 09:50:47 -06:00
parent 1b9322dd96
commit ca84fd5165
7 changed files with 81 additions and 19 deletions

View File

@@ -3,16 +3,11 @@
nixos = {
services.gitea = {
enable = true;
config = {
database = {
type = "sqlite3";
path = "/var/lib/gitea/gitea.db";
};
server = {
domain = "example.com";
httpPort = 3000;
};
database.type = "mysql";
settings.service = {
DISABLE_REGISTRATION = true;
};
};
};