From: Skullheadx Date: Mon, 1 Jun 2026 01:30:51 +0000 (-0400) Subject: git daemon X-Git-Url: http://git.skullheadx.com/nixos/blog/static/gitweb.css?a=commitdiff_plain;h=4d4556b2159d69c45ec36fb587d0743b929c35f5;p=nixos.git git daemon --- diff --git a/hosts/icon/configuration.nix b/hosts/icon/configuration.nix index e089f6b..49d3f27 100644 --- a/hosts/icon/configuration.nix +++ b/hosts/icon/configuration.nix @@ -42,6 +42,7 @@ services.gitweb = { projectroot = "/srv/git"; + extraConfig = ''$site_name = "Skullheadx\'s Git Forge"''; }; services.nginx = { @@ -63,6 +64,12 @@ }; }; + services.gitDaemon = { + enable = true; + basePath = "/srv/git"; + listenAddress = "10.0.0.2"; + }; + networking.hostName = "icon"; # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.