{^_^} has quit [Remote host closed the connection]
{^_^} has joined #nixops
<craige>
I can't locate where I've read this before so I'm asking what is surely a FAQ - can I deploy from say, i386 to aarch64 or do I need a deployer for each arch? (I think it's the latter but I can't find a difinitive answer)
<craige>
definitive answer either.
<clever>
craige: if you set the nixpkgs.system flag within the nixos config, you can force what arch the remote machine uses
<clever>
craige: but you still need a build slave that supports the given arch
liff has joined #nixops
<craige>
Yeah, that's where it was falling over (the build slave). I just made one of teh aarch64 devices the deployer, simplified everything :-)