From 95a178a5dfafc0e06548cd005f99e5abd8dc8c78 Mon Sep 17 00:00:00 2001
From: nin <nineinchnade@gmail.com>
Date: Fri, 3 Mar 2017 14:09:53 +0100
Subject: [PATCH] n 1 hiawatha: add git + git config

---
 nin/1systems/hiawatha.nix | 5 ++++-
 nin/2configs/git.nix      | 1 +
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/nin/1systems/hiawatha.nix b/nin/1systems/hiawatha.nix
index af865497e..12f2718bc 100644
--- a/nin/1systems/hiawatha.nix
+++ b/nin/1systems/hiawatha.nix
@@ -10,8 +10,11 @@ with lib;
   imports = [
     ../.
     <nixpkgs/nixos/modules/installer/scan/not-detected.nix>
-    ../2configs/retiolum.nix
+    ../2configs/copyq.nix
+    ../2configs/games.nix
     ../2configs/git.nix
+    ../2configs/retiolum.nix
+    ../2configs/termite.nix
   ];
 
   krebs.build.host = config.krebs.hosts.hiawatha;
diff --git a/nin/2configs/git.nix b/nin/2configs/git.nix
index 39f919e79..6bdc857d8 100644
--- a/nin/2configs/git.nix
+++ b/nin/2configs/git.nix
@@ -5,6 +5,7 @@ with import <stockholm/lib>;
 let
 
   out = {
+    services.nginx.enable = true;
     krebs.git = {
       enable = true;
       cgit = {