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 | a92fffff114c7bead856345e9f9ae371d9bd032d (patch) | |
tree | 9e8f56d54f86be90691fb1dba585495c73f49401 /nin | |
parent | b1824555a0aa75d74ab62a124e16f390023b4c4a (diff) |
n 1 onondaga: fix build host
Diffstat (limited to 'nin')
-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 f7518aa..b081036 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; |