> This reminds me of the much-loved "agentless" model of software > deployment as practiced by Ansible. > If Guix could deploy to any machine with Guile + sshd that would be a > pretty compelling story.
Nice! This reminds me of nixos-infect [1]. But I think we don't even need guile, as we can guix pack -RR guix. We just need ssh and a "recent" linux kernel on the target machine. [1] https://github.com/elitak/nixos-infect