On 2015-12-30 00:36, l...@gnu.org wrote:
Looks like you forgot the patch.  :-)
:) Here it comes...
From bf44ecf9cbd02a838806ea3fde07a9377bef765e Mon Sep 17 00:00:00 2001
From: swedebugia <swedebu...@riseup.net>
Date: Tue, 29 Dec 2015 11:29:14 +0100
Subject: [PATCH] doc: Mention in two places that guix-daemon needs to be
 restarted for keychanges to take effect.

---
 doc/guix.texi | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 7665ec9..c27beee 100644
--- 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.
 @end enumerate
 
 And that's it!  For additional tips and tricks, @pxref{Application
@@ -828,7 +830,7 @@ source URLs.  When this option is omitted, @indicateurl{http://hydra.gnu.org}
 is used.
 
 This means that substitutes may be downloaded from @var{urls}, as long
-as they are signed by a trusted signature (@pxref{Substitutes}).
+as they are signed by a trusted signature (@pxref{Substitutes}) (note that @command{daemon} must be restarted for keychanges to take effect).
 
 @cindex build hook
 @item --no-build-hook
-- 
1.9.1

Reply via email to