about summary refs log tree commit diff
path: root/hosts/tahoe
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-11-05 11:11:10 -0700
committerFranck Cuny <franck@fcuny.net>2022-11-05 11:11:10 -0700
commite1e45cc86f4c4d22fa8b6a43d8f877694ffab483 (patch)
treed21733caec5f8a547c1993eea6e60e75cfa029d0 /hosts/tahoe
parentRevert "ref(gitea): remove all modules for gitea" (diff)
downloadworld-e1e45cc86f4c4d22fa8b6a43d8f877694ffab483.tar.gz
feat(hosts/tahoe): enable gitea again
Diffstat (limited to 'hosts/tahoe')
-rw-r--r--hosts/tahoe/services.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/tahoe/services.nix b/hosts/tahoe/services.nix
index 550f461..f7edfa4 100644
--- a/hosts/tahoe/services.nix
+++ b/hosts/tahoe/services.nix
@@ -16,6 +16,10 @@ in
       enable = true;
       vhostName = "unifi.fcuny.xyz";
     };
+    gitea = {
+      enable = true;
+      stateDir = "/var/lib/gitea";
+    };
     prometheus = { enable = true; };
     grafana = {
       enable = true;