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
modules/nixos/desktop

View file

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