]> Skullheadx's Git Forge - nixos.git/commitdiff
export only public repos
authorSkullheadx <admonty1@protonmail.com>
Tue, 2 Jun 2026 04:01:38 +0000 (00:01 -0400)
committerSkullheadx <admonty1@protonmail.com>
Tue, 2 Jun 2026 04:01:38 +0000 (00:01 -0400)
hosts/icon/configuration.nix

index 308573a28099c0a41947799ea1ec623ffad467b1..b3656777a7688e37d96ed1b11d9b452433cbabdf 100644 (file)
@@ -60,6 +60,8 @@
     extraConfig = ''
       $site_name =  "Skullheadx\'s Git Forge";
       $omit_owner = 1;
+      $default_projects_order = "age";
+      $export_ok = "git-daemon-export-okt";
     '';
   };
 
@@ -86,6 +88,7 @@
     enable = true;
     basePath = "/srv/git";
     listenAddress = "10.0.0.2";
+    exportAll = false;
   };
 
   services.autossh.sessions = [