swedebu...@riseup.net skribis: > --- a/doc/guix.texi > +++ b/doc/guix.texi > @@ -389,6 +389,8 @@ authorize them: > @example > # guix archive --authorize < ~root/.guix-profile/share/guix/hydra.gnu.org.pub > @end example > + > +Note: After adding or removing the keys with the above command you must > restart @command{guix-daemon} manually or reboot for the changes to take > effect.
I don’t think this is the case: the ‘guix substitute’ program, which is what the daemon invokes, reloads the ACL every time it is started (so every time a command needs to know about the available substitutes.) Did you experience something different? Thanks, Ludo’.