Hello, I was reading the `guix deploy' section of the Guix devel manual [1]. And I got few questions regarding the archive key and the configuration of sudo.
## Archive key On the manual, it is tell to generate a key from the coordinator machine and to add it to the targeted machines. Is this step only necessary in the case we use an machine environment of type `managed-host-environment-type' and enable the "build-locally?" option ? Or is this step always necessary ? ## Sudo configuration The manual also say that, on each targeted machine, we need an SSH access to a user account that can run sudo commands without a password. Or an access to the root user. Is it necessary for this user account to have this capability to run any sudo commands ? Is there another solution ? Best regards ------- Gendre Sébastien [1] Section "11.17 Invoking guix deploy": https://guix.gnu.org/manual/devel/en/html_node/Invoking-guix-deploy.html
