diff options
| author | Skullheadx <admonty1@protonmail.com> | 2026-05-31 21:30:51 -0400 |
|---|---|---|
| committer | Skullheadx <admonty1@protonmail.com> | 2026-05-31 21:30:51 -0400 |
| commit | 4d4556b2159d69c45ec36fb587d0743b929c35f5 (patch) | |
| tree | a0cfdcb12c29a3662c3a2766c7843432ffea3f5c /hosts/icon/configuration.nix | |
| parent | nginx show all projects (diff) | |
| download | nixos-4d4556b2159d69c45ec36fb587d0743b929c35f5.tar.gz nixos-4d4556b2159d69c45ec36fb587d0743b929c35f5.tar.bz2 nixos-4d4556b2159d69c45ec36fb587d0743b929c35f5.zip | |
git daemon
Diffstat (limited to 'hosts/icon/configuration.nix')
| -rw-r--r-- | hosts/icon/configuration.nix | 7 |
1 files changed, 7 insertions, 0 deletions
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. |
