From 83ac759dd396b295c222c636fbd608b8dec961ed Mon Sep 17 00:00:00 2001 From: anemofilia Date: Sun, 3 Sep 2023 13:25:47 -0300 Subject: [PATCH] feat: add dwl-guile and dtao-guile to home-channels-service channel list --- radio.scm | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/radio.scm b/radio.scm index 3c24fbd..667f2db 100644 --- a/radio.scm +++ b/radio.scm @@ -192,7 +192,31 @@ "85d30480a1907539855fedee6e6a02362e1895ba" (openpgp-fingerprint (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|# (service home-shepherd-service-type)