diff options
author | nin <nineinchnade@gmail.com> | 2017-01-26 23:22:35 +0100 |
---|---|---|
committer | nin <nineinchnade@gmail.com> | 2017-01-26 23:22:35 +0100 |
commit | 712b05eb47ef796500a057cd6c2bec50152db970 (patch) | |
tree | a16d65fc1f851dbc5ff2a29bc3891dc1b26ab7c2 /nin/1systems | |
parent | 1ab3ea7e240edf496eb6db3725f2b6f0411bbb34 (diff) |
n 2: add git config
Diffstat (limited to 'nin/1systems')
-rw-r--r-- | nin/1systems/hiawatha.nix | 1 | ||||
-rw-r--r-- | nin/1systems/onondaga.nix | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/nin/1systems/hiawatha.nix b/nin/1systems/hiawatha.nix index 9d01d7a7e..af865497e 100644 --- a/nin/1systems/hiawatha.nix +++ b/nin/1systems/hiawatha.nix @@ -11,6 +11,7 @@ with lib; ../. <nixpkgs/nixos/modules/installer/scan/not-detected.nix> ../2configs/retiolum.nix + ../2configs/git.nix ]; krebs.build.host = config.krebs.hosts.hiawatha; diff --git a/nin/1systems/onondaga.nix b/nin/1systems/onondaga.nix index 59f26c46b..576847032 100644 --- a/nin/1systems/onondaga.nix +++ b/nin/1systems/onondaga.nix @@ -10,6 +10,7 @@ <nixpkgs/nixos/modules/profiles/qemu-guest.nix> ../2configs/retiolum.nix ../2configs/weechat.nix + ../2configs/git.nix ]; krebs.build.host = config.krebs.hosts.onondaga; |