]> Skullheadx's Git Forge - nixos.git/commitdiff
change project root for gitweb to /repos
authorSkullheadx <admonty1@protonmail.com>
Tue, 2 Jun 2026 04:30:06 +0000 (00:30 -0400)
committerSkullheadx <admonty1@protonmail.com>
Tue, 2 Jun 2026 04:30:06 +0000 (00:30 -0400)
hosts/icon/configuration.nix

index a76c95b8103011043422dc53f5aef760f014036e..1edaaacb74c2d2066d5210fb7468a218a9ddb4b0 100644 (file)
@@ -73,7 +73,7 @@
   };
 
   services.gitweb = {
-    projectroot = "/srv/git";
+    projectroot = "/srv/git/repos";
     extraConfig = ''
       $site_name =  "Skullheadx\'s Git Forge";
       $omit_owner = 1;