server: disable gitea
This commit is contained in:
parent
4032b5d7a0
commit
348f67244e
@ -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
|
||||||
|
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user