diff options
author | nin <nineinchnade@gmail.com> | 2017-01-19 23:36:49 +0100 |
---|---|---|
committer | nin <nineinchnade@gmail.com> | 2017-01-19 23:36:49 +0100 |
commit | 2a34bf50e7e41554af6a74e1b29081924d22cac8 (patch) | |
tree | cfb663bdd3c8de3bf0e1a524aff5ca135875bbbc /nin/1systems | |
parent | b4109e8d22284a98fcff8f409b7b1968428a1520 (diff) |
n 1 onondaga: fix build host
Diffstat (limited to 'nin/1systems')
-rw-r--r-- | nin/1systems/onondaga.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nin/1systems/onondaga.nix b/nin/1systems/onondaga.nix index f7518aa6b..b0810366a 100644 --- a/nin/1systems/onondaga.nix +++ b/nin/1systems/onondaga.nix @@ -11,7 +11,7 @@ ../2configs/retiolum.nix ]; - krebs.build.host = config.krebs.hosts.hiawatha; + krebs.build.host = config.krebs.hosts.onondaga; boot.loader.grub.enable = true; boot.loader.grub.version = 2; |