diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-06-14 13:39:41 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-06-14 13:39:41 +0530 |
| commit | 3ca2ed77934e9df990ace36836b05acd8372d0cb (patch) | |
| tree | 41cbb7f399742b66b348f98239b797f48e9499e9 /modules/network/default.nix | |
| parent | 370b46aa29240140239c54c00aabe481a76c8b8c (diff) | |
| download | homeserver-nixos-config-3ca2ed77934e9df990ace36836b05acd8372d0cb.tar.gz homeserver-nixos-config-3ca2ed77934e9df990ace36836b05acd8372d0cb.zip | |
Remove gitweb
Diffstat (limited to 'modules/network/default.nix')
| -rw-r--r-- | modules/network/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
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; }; }; |
