Add gitea

This commit is contained in:
Oliver Davies 2024-11-05 12:00:00 +00:00
parent 4f9073757c
commit 7cf71d17f6
2 changed files with 10 additions and 0 deletions

View file

@ -2,5 +2,6 @@
imports = [
../.
./fonts.nix
./gitea.nix
];
}

View file

@ -0,0 +1,9 @@
{
services.gitea = {
enable = true;
settings.service = {
DISABLE_REGISTRATION = true;
};
};
}