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 | 34e9396ac361351e290afc4f235b6b85fa09870f (patch) | |
tree | cc62f335a7bc5f7f42fcdc1a5c3fd654e83686dd /nin/1systems | |
parent | 2f7522a9ad9beeb2f3dae0783270daf1dd21561b (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 9d01d7a..af86549 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 59f26c4..5768470 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; |