summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkullheadx <andrew@montgomery.systems>2026-07-09 00:35:16 -0400
committerSkullheadx <andrew@montgomery.systems>2026-07-09 00:35:19 -0400
commita3aeaae0810a3d360166f32dbb7b85810ca911fe (patch)
tree6f91223eee836aac04fdd74730cab42697c1a5a6
parentuse nix-cache.skullheadx.com for darwin too (diff)
downloadnixos-a3aeaae0810a3d360166f32dbb7b85810ca911fe.tar.gz
nixos-a3aeaae0810a3d360166f32dbb7b85810ca911fe.tar.bz2
nixos-a3aeaae0810a3d360166f32dbb7b85810ca911fe.zip
remove gitweb config
-rw-r--r--hosts/icon/configuration.nix20
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 = {