mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -617,7 +617,8 @@ (define dropbear-service-type
|
|||
(list (service-extension shepherd-root-service-type
|
||||
dropbear-shepherd-service)
|
||||
(service-extension activation-service-type
|
||||
dropbear-activation)))))
|
||||
dropbear-activation)))
|
||||
(default-value (dropbear-configuration))))
|
||||
|
||||
(define* (dropbear-service #:optional (config (dropbear-configuration)))
|
||||
"Run the @uref{https://matt.ucc.asn.au/dropbear/dropbear.html,Dropbear SSH
|
||||
|
|
Loading…
Reference in a new issue