From 3ca2ed77934e9df990ace36836b05acd8372d0cb Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 14 Jun 2025 13:39:41 +0530 Subject: Remove gitweb --- modules/network/default.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/network/default.nix') diff --git a/modules/network/default.nix b/modules/network/default.nix index 5ea3ee1..8061850 100644 --- a/modules/network/default.nix +++ b/modules/network/default.nix @@ -21,7 +21,6 @@ in "jellyseerr.local" = { inherit host; port = ports.jellyseerr; }; "syncthing.local" = { inherit host; port = ports.syncthing; }; "lidarr.local" = { inherit host; port = ports.lidarr; }; - "git.local" = { inherit host; port = 80; basePath = "/gitweb/"; }; "ntfy.local" = { inherit host; port = ports.ntfy; }; "grafana.local" = { inherit host; port = ports.grafana; extraOptions.recommendedProxySettings = true; }; }; -- cgit v1.3.1