diff options
| author | Skullheadx <andrew@montgomery.systems> | 2026-07-09 00:35:16 -0400 |
|---|---|---|
| committer | Skullheadx <andrew@montgomery.systems> | 2026-07-09 00:35:19 -0400 |
| commit | a3aeaae0810a3d360166f32dbb7b85810ca911fe (patch) | |
| tree | 6f91223eee836aac04fdd74730cab42697c1a5a6 | |
| parent | use nix-cache.skullheadx.com for darwin too (diff) | |
| download | nixos-a3aeaae0810a3d360166f32dbb7b85810ca911fe.tar.gz nixos-a3aeaae0810a3d360166f32dbb7b85810ca911fe.tar.bz2 nixos-a3aeaae0810a3d360166f32dbb7b85810ca911fe.zip | |
remove gitweb config
| -rw-r--r-- | hosts/icon/configuration.nix | 20 |
1 files changed, 0 insertions, 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 = { |
