services: add gitea

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2024-08-19 20:33:05 -03:00
parent 10aa3c6c9a
commit 98ff3c4dd8
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
2 changed files with 15 additions and 0 deletions

14
services/gitea.nix Normal file
View file

@ -0,0 +1,14 @@
{
services.gitea = {
enable = true;
lfs.enable = true;
settings = {
server = {
HTTP_PORT = 3788;
ROOT_URL = "https://git.thewizard.link";
};
};
};
}