From a3aeaae0810a3d360166f32dbb7b85810ca911fe Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Thu, 9 Jul 2026 00:35:16 -0400 Subject: remove gitweb config --- hosts/icon/configuration.nix | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/hosts/icon/configuration.nix b/hosts/icon/configuration.nix index cebb9ca..082d06f 100644 --- a/hosts/icon/configuration.nix +++ b/hosts/icon/configuration.nix @@ -89,21 +89,6 @@ }; }; - # services.gitweb = { - # projectroot = "/srv/git"; - # extraConfig = '' - # $site_name = "Skullheadx\'s Git Forge"; - # $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]; - # ''; - # }; services.cgit."cgit" = { enable = true; scanPath = "/srv/git"; @@ -210,11 +195,6 @@ }; }; }; - # gitweb = { - # enable = true; - # location = ""; - # virtualHost = "git.skullheadx.com"; - # }; }; services.gitDaemon = { -- cgit v1.3.1