From 60e26854dac063f0732f44babb3c7d3dbf7888a0 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 13 Jun 2025 16:27:15 +0530 Subject: Add git + gitweb integration --- modules/network/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/network/default.nix') diff --git a/modules/network/default.nix b/modules/network/default.nix index 6a40ef7..53e64b0 100644 --- a/modules/network/default.nix +++ b/modules/network/default.nix @@ -20,6 +20,7 @@ in "jellyfin.local" = { inherit host; port = ports.jellyfin; }; "syncthing.local" = { inherit host; port = ports.syncthing; }; "lidarr.local" = { inherit host; port = ports.lidarr; }; + "git.local" = { inherit host; port = 80; basePath = "/gitweb/"; }; }; }; -- cgit v1.3.1