diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-20 18:48:36 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-20 18:49:29 +0100 |
commit | 166ccaefe8f3682ac1c7739b7f7ee6640c2e369b (patch) | |
tree | 4cfe4a751b159b2804b3abeb8641671188405fbc /guix | |
parent | 60f0ab5fced2fc5e75892cdebca17f70684472fd (diff) |
archive: Note service type in ACL hint.
* guix/scripts/archive.scm (authorize-key): Mention guix-service-type.
Diffstat (limited to 'guix')
-rw-r--r-- | guix/scripts/archive.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/scripts/archive.scm b/guix/scripts/archive.scm index 1f73fff711..91be1b02e1 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))) |