diff options
author | nin <nineinchnade@gmail.com> | 2017-03-03 14:09:53 +0100 |
---|---|---|
committer | nin <nineinchnade@gmail.com> | 2017-03-03 14:09:53 +0100 |
commit | 9184053aedcf0ec60ea5f23659378683093cbb94 (patch) | |
tree | e8d76a901b50af8d229874e83f8b2ac8161d6155 | |
parent | a747ecc408254f0dc688ecfd12324f4a9e5bb74d (diff) |
n 1 hiawatha: add git + git config
-rw-r--r-- | nin/1systems/hiawatha.nix | 5 | ||||
-rw-r--r-- | nin/2configs/git.nix | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/nin/1systems/hiawatha.nix b/nin/1systems/hiawatha.nix index af86549..12f2718 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 39f919e..6bdc857 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 = { |