From 4bf569b7c6b054cad7cb76b6a0697da742bb7818 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Tue, 2 Jun 2026 00:30:06 -0400 Subject: [PATCH] change project root for gitweb to /repos --- hosts/icon/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/icon/configuration.nix b/hosts/icon/configuration.nix index a76c95b..1edaaac 100644 --- a/hosts/icon/configuration.nix +++ b/hosts/icon/configuration.nix @@ -73,7 +73,7 @@ }; services.gitweb = { - projectroot = "/srv/git"; + projectroot = "/srv/git/repos"; extraConfig = '' $site_name = "Skullheadx\'s Git Forge"; $omit_owner = 1; -- 2.54.0