diff options
| author | Skullheadx <admonty1@protonmail.com> | 2026-07-03 22:04:01 -0400 |
|---|---|---|
| committer | Skullheadx <admonty1@protonmail.com> | 2026-07-03 22:04:01 -0400 |
| commit | c27246cf8b2d3405a31eb20e740131b06e66af01 (patch) | |
| tree | 86433d905f8c8195820d82ad7f0a226912c1419e | |
| parent | remove unneeded untrusted computer senpai config (diff) | |
| download | nixos-c27246cf8b2d3405a31eb20e740131b06e66af01.tar.gz nixos-c27246cf8b2d3405a31eb20e740131b06e66af01.tar.bz2 nixos-c27246cf8b2d3405a31eb20e740131b06e66af01.zip | |
gitweb config
| -rw-r--r-- | hosts/icon/configuration.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/icon/configuration.nix b/hosts/icon/configuration.nix index cfca1eb..a12a5b9 100644 --- a/hosts/icon/configuration.nix +++ b/hosts/icon/configuration.nix @@ -96,6 +96,12 @@ $omit_owner = 1; $default_projects_order = "age"; $export_ok = "git-daemon-export-ok"; + $strict_export = 1; + our @extra_breadcrumbs = ( + [ 'home' => 'https://www.skullheadx.com/' ], + ); + our @git_base_url_list = ( "git://git.skullheadx.com" ); + $feature{'timed'}{'default'} = [1]; ''; }; |
