mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
archive: Note service type in ACL hint.
* guix/scripts/archive.scm (authorize-key): Mention guix-service-type.
This commit is contained in:
parent
60f0ab5fce
commit
166ccaefe8
1 changed files with 2 additions and 2 deletions
|
@ -318,8 +318,8 @@ (define (read-key)
|
|||
(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)))
|
||||
|
|
Loading…
Reference in a new issue