about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-05-10 18:18:15 -0700
committerFranck Cuny <franck@fcuny.net>2023-05-10 18:18:15 -0700
commitbc95ae6e46b19e1f53deded39fbb44e40a41d348 (patch)
tree3bfca9c8c7b1ba6edb6433ebb89826bc3d51c121 /hosts
parentprofiles/music-server: fix backup configuration (diff)
downloadworld-bc95ae6e46b19e1f53deded39fbb44e40a41d348.tar.gz
profiles/git-server: move gitolite and cgit
Diffstat (limited to '')
-rw-r--r--hosts/tahoe/default.nix1
-rw-r--r--hosts/tahoe/services.nix8
2 files changed, 1 insertions, 8 deletions
diff --git a/hosts/tahoe/default.nix b/hosts/tahoe/default.nix
index 17d0ae4..f3174e5 100644
--- a/hosts/tahoe/default.nix
+++ b/hosts/tahoe/default.nix
@@ -13,6 +13,7 @@ in
     "${self}/profiles/acme.nix"
     "${self}/profiles/nginx.nix"
     "${self}/profiles/unifi.nix"
+    "${self}/profiles/git-server.nix"
     "${self}/profiles/music-server.nix"
     "${self}/profiles/hardware/amd.nix"
   ];
diff --git a/hosts/tahoe/services.nix b/hosts/tahoe/services.nix
index 94ee6bb..b8a1b34 100644
--- a/hosts/tahoe/services.nix
+++ b/hosts/tahoe/services.nix
@@ -27,14 +27,6 @@ in
       promtail.enable = true;
       node-exporter.enable = true;
     };
-
-    cgit = {
-      enable = true;
-    };
-    gitolite = {
-      enable = true;
-      stateDir = "/var/lib/gitolite";
-    };
     syncthing.enable = true;
     backup = {
       enable = true;