.
This commit is contained in:
parent
2c00474de6
commit
8d28fd6121
1 changed files with 5 additions and 5 deletions
10
config.scm
10
config.scm
|
@ -159,11 +159,11 @@
|
||||||
(authorized-keys
|
(authorized-keys
|
||||||
(append (list (plain-file "non-guix.pub"
|
(append (list (plain-file "non-guix.pub"
|
||||||
"(public-key
|
"(public-key
|
||||||
" (ecc
|
(ecc
|
||||||
" (curve Ed25519)
|
(curve Ed25519)
|
||||||
" (q #C1FD53E5D4CE971933EC50C9F307AE2171A2D3B52C804642A7A35F84F3A4EA98#)
|
(q #C1FD53E5D4CE971933EC50C9F307AE2171A2D3B52C804642A7A35F84F3A4EA98#)
|
||||||
" )
|
)
|
||||||
" )"))
|
)"))
|
||||||
%default-authorized-guix-keys)))))
|
%default-authorized-guix-keys)))))
|
||||||
(list (service tlp-service-type (tlp-configuration))
|
(list (service tlp-service-type (tlp-configuration))
|
||||||
(service
|
(service
|
||||||
|
|
Loading…
Reference in a new issue