<eyJhb>
infinisil: do you have your configs online?
<eyJhb>
Any nixus user available?
<eyJhb>
Currently I am getting some weird `anonymous function at /state/home/projects/nixos/nixus-setup/channels/home-manager/default.nix:1:1 called with unexpected argument 'name', at /nix/store/f67pixsmrh2zdj6qax25w2a69hf98ml5-source/lib/modules.nix:228:8` error when I try to setup my nixus env
<infinisil>
eyJhb: Yeah I think you can just do `nix-build -A config.nodes.<name>.deployScript`
<infinisil>
eyJhb: In fact, that's also how you can access all of the configs. E.g. if you want to check the open TCP ports of a node, you can do `nix-instantiate --eval --strict -A config.nodes.<name>.configuration.networking.allowedTCPPorts`
<infinisil>
Very useful, and something that nixops doesn't really allow you to do