guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: archive: Note service type in ACL hint.


From: guix-commits
Subject: branch master updated: archive: Note service type in ACL hint.
Date: Wed, 20 Jan 2021 12:49:27 -0500

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 166ccae  archive: Note service type in ACL hint.
166ccae is described below

commit 166ccaefe8f3682ac1c7739b7f7ee6640c2e369b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jan 20 18:48:36 2021 +0100

    archive: Note service type in ACL hint.
    
    * guix/scripts/archive.scm (authorize-key): Mention guix-service-type.
---
 guix/scripts/archive.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/guix/scripts/archive.scm b/guix/scripts/archive.scm
index 1f73fff..91be1b0 100644
--- a/guix/scripts/archive.scm
+++ b/guix/scripts/archive.scm
@@ -318,8 +318,8 @@ the input port."
       (warning (G_ "replacing symbolic link ~a with a regular file~%")
                %acl-file)
       (when (string-prefix? (%store-prefix) (readlink %acl-file))
-        (display-hint (G_ "On Guix System, add public keys to the
-@code{authorized-keys} field of your @code{operating-system} instead.")))))
+        (display-hint (G_ "On Guix System, add all @code{authorized-keys} to 
the
+@code{guix-service-type} service of your @code{operating-system} instead.")))))
 
   (let ((key (read-key))
         (acl (current-acl)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]