In reply to @ronixx:matrix.orghow can i pass different key for each host in colmena ?
maybe use ~/.ssh/config to configure which hosts should use which key. Or is ssh-ng ignoring that?
~/.ssh/config
ssh-ng
Hi Zhaofeng Li !
I beleive colmena eval was only ever made to be impure (so the --impure option might be a mistake), see:
colmena eval
--impure
introspect = f: f { lib = nixpkgs.lib // builtins; pkgs = nixpkgs.legacyPackages.${builtins.currentSystem}; nodes = l.mapAttrs (evalNode {_module.check = false;}) comb; };
I beleive colmena eval was only ever made to be impure (so the --impure option might be a mistake), see builtins.currentSystem in:
builtins.currentSystem