Skip to content

Commit

Permalink
Merge #164
Browse files Browse the repository at this point in the history
164: add hosts module arg r=nrdxp a=Pacman99

should help with #163. Fixes #169
But either way this could be generally useful. I have one use case of setting up a minecraft bungeecord proxy with servers on different hosts. 

Co-authored-by: Pacman99 <pachum99@gmail.com>
  • Loading branch information
bors[bot] and Pacman99 authored Mar 16, 2021
2 parents 70e19e0 + 6210daf commit c2cd3e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hosts/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ let

_module.args = {
inherit self;
hosts = builtins.mapAttrs (_: host: host.config)
(removeAttrs hosts [ hostName ]);
};
};
in
Expand Down

0 comments on commit c2cd3e7

Please sign in to comment.