n 1 hiawatha: add git + git config

This commit is contained in:
nin 2017-03-03 14:09:53 +01:00
parent 207c451d7d
commit 95a178a5df
2 changed files with 5 additions and 1 deletions

View File

@ -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;

View File

@ -5,6 +5,7 @@ with import <stockholm/lib>;
let
out = {
services.nginx.enable = true;
krebs.git = {
enable = true;
cgit = {