summaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/icon/configuration.nix7
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.