diff options
| author | Skullheadx <admonty1@protonmail.com> | 2026-06-02 00:01:38 -0400 |
|---|---|---|
| committer | Skullheadx <admonty1@protonmail.com> | 2026-06-02 00:01:38 -0400 |
| commit | eba521253a200ec837c54d88617b9c8872014883 (patch) | |
| tree | 88961f014976ee149c6482119894fc3179063985 /hosts | |
| parent | add host shortcuts for homelab and vps (diff) | |
| download | nixos-eba521253a200ec837c54d88617b9c8872014883.tar.gz nixos-eba521253a200ec837c54d88617b9c8872014883.tar.bz2 nixos-eba521253a200ec837c54d88617b9c8872014883.zip | |
export only public repos
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/icon/configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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 = [ |
