services: dropbear: Add default value.
* gnu/services/ssh.scm (dropbear-service-type)[default-value]: New field.
This commit is contained in:
parent
7d1030a635
commit
3613ce46dc
|
@ -617,7 +617,8 @@ of user-name/file-like tuples."
|
||||||
(list (service-extension shepherd-root-service-type
|
(list (service-extension shepherd-root-service-type
|
||||||
dropbear-shepherd-service)
|
dropbear-shepherd-service)
|
||||||
(service-extension activation-service-type
|
(service-extension activation-service-type
|
||||||
dropbear-activation)))))
|
dropbear-activation)))
|
||||||
|
(default-value (dropbear-configuration))))
|
||||||
|
|
||||||
(define* (dropbear-service #:optional (config (dropbear-configuration)))
|
(define* (dropbear-service #:optional (config (dropbear-configuration)))
|
||||||
"Run the @uref{https://matt.ucc.asn.au/dropbear/dropbear.html,Dropbear SSH
|
"Run the @uref{https://matt.ucc.asn.au/dropbear/dropbear.html,Dropbear SSH
|
||||||
|
|
Loading…
Reference in New Issue