summaryrefslogtreecommitdiffstats
path: root/nin/1systems
diff options
context:
space:
mode:
authornin <nineinchnade@gmail.com>2017-01-26 23:22:35 +0100
committernin <nineinchnade@gmail.com>2017-01-26 23:22:35 +0100
commit712b05eb47ef796500a057cd6c2bec50152db970 (patch)
treea16d65fc1f851dbc5ff2a29bc3891dc1b26ab7c2 /nin/1systems
parent1ab3ea7e240edf496eb6db3725f2b6f0411bbb34 (diff)
n 2: add git config
Diffstat (limited to 'nin/1systems')
-rw-r--r--nin/1systems/hiawatha.nix1
-rw-r--r--nin/1systems/onondaga.nix1
2 files changed, 2 insertions, 0 deletions
diff --git a/nin/1systems/hiawatha.nix b/nin/1systems/hiawatha.nix
index 9d01d7a7..af865497 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 59f26c46..57684703 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;