server: disable gitea

This commit is contained in:
Kabbone 2025-01-26 23:16:42 +01:00
parent 4032b5d7a0
commit 348f67244e
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY
2 changed files with 2 additions and 2 deletions

View File

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

View File

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