server: gitea: enable again

This commit is contained in:
Kabbone 2025-01-28 11:32:20 +01:00
parent 348f67244e
commit 3740e3401e
Signed by: Kabbone
SSH Key Fingerprint: SHA256:ezolxoMIF3LNo1yc1aGNCvFNUiSZNjUbNhrZohFeKd0
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
[
./postgresql.nix
./gitea.nix
#./microvm.nix
./microvm.nix
./nextcloud.nix
./matrix.nix
./coturn.nix

View File

@ -6,7 +6,7 @@
{
services.gitea = {
enable = false;
enable = true;
dump.enable = false;
lfs.enable = true;
dump.type = "tar.xz";