feat: add dwl-guile and dtao-guile to home-channels-service channel list
parent
f4fe6edb45
commit
83ac759dd3
26
radio.scm
26
radio.scm
|
@ -192,7 +192,31 @@
|
||||||
"85d30480a1907539855fedee6e6a02362e1895ba"
|
"85d30480a1907539855fedee6e6a02362e1895ba"
|
||||||
(openpgp-fingerprint
|
(openpgp-fingerprint
|
||||||
(format #f "99D0 38B0 CC2F 7356 34D0 ~
|
(format #f "99D0 38B0 CC2F 7356 34D0 ~
|
||||||
82F3 5A8F 3D62 C87A 2B33")))))))
|
82F3 5A8F 3D62 C87A 2B33")))))
|
||||||
|
(channel
|
||||||
|
(name 'dwl-guile)
|
||||||
|
(url (format #f "https://github.com~
|
||||||
|
/engstrand-config~
|
||||||
|
/home-service-dwl-guile"))
|
||||||
|
(branch "main")
|
||||||
|
(introduction
|
||||||
|
(make-channel-introduction
|
||||||
|
"314453a87634d67e914cfdf51d357638902dd9fe"
|
||||||
|
(openpgp-fingerprint
|
||||||
|
(format #f "C9BE B8A0 4458 FDDF 1268 ~
|
||||||
|
1B39 029D 8EB7 7E18 D68C")))))
|
||||||
|
(channel
|
||||||
|
(name 'dtao-guile)
|
||||||
|
(url (format #f "https://github.com~
|
||||||
|
/engstrand-config~
|
||||||
|
/home-service-dtao-guile"))
|
||||||
|
(branch "main")
|
||||||
|
(introduction
|
||||||
|
(make-channel-introduction
|
||||||
|
"64d0b70c547095ddc840dd07424b9a46ccc2e64e"
|
||||||
|
(openpgp-fingerprint
|
||||||
|
(format #f "C9BE B8A0 4458 FDDF 1268 ~
|
||||||
|
1B39 029D 8EB7 7E18 D68C")))))))
|
||||||
|
|
||||||
#|Shepherd service|#
|
#|Shepherd service|#
|
||||||
(service home-shepherd-service-type)
|
(service home-shepherd-service-type)
|
||||||
|
|
Loading…
Reference in New Issue