pukkamustard schreef op di 25-01-2022 om 19:21 [+0000]: > ** Authorize local substitutes > > We will be running a local substitute server so we need to add the > local > signing key to the list of authorized keys. In the system > configurations: > > #+BEGIN_SRC scheme > (modify-services %base-services > (guix-service-type config => [...])) > #+END_SRC > [...] > ** Start the IPFS daemon > > #+BEGIN_SRC shell > guix shell go-ipfs -- ipfs daemon > #+END_SRC There's an ipfs-service-type nowadays, so starting the daemon manually isn't required (if using Guix System). Greetings, Maxime.