From 4d4556b2159d69c45ec36fb587d0743b929c35f5 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Sun, 31 May 2026 21:30:51 -0400 Subject: [PATCH] git daemon --- hosts/icon/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) 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. -- 2.54.0