From eba521253a200ec837c54d88617b9c8872014883 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Tue, 2 Jun 2026 00:01:38 -0400 Subject: [PATCH] export only public repos --- hosts/icon/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/icon/configuration.nix b/hosts/icon/configuration.nix index 308573a..b365677 100644 --- a/hosts/icon/configuration.nix +++ b/hosts/icon/configuration.nix @@ -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 = [ -- 2.54.0