Add fixed unbound-service-type

Evgeny PisemskySat Mar 22 12:00:07+0300 2025

0d5554e

cogd
namelast commitdate
.guix-authorizationsAdd emacs-go-translateWed Jan 01 14:40:00+0300 2025
.guix-channelAdd emacs-go-translateWed Jan 01 14:40:00+0300 2025
LICENSES/Add emacs-go-translateWed Jan 01 14:40:00+0300 2025
READMEAdd python-zipp-3Sat Feb 01 21:00:51+0300 2025
manuals/Document mosquitto serviceSat Mar 15 15:50:50+0300 2025
modules/Add fixed unbound-service-typeSat Mar 22 12:00:07+0300 2025

README

1
# SPDX-FileCopyrightText: 2025 Evgeny Pisemsky <mail@pisemsky.site>
2
# SPDX-License-Identifier: GPL-3.0-or-later
3
4
#+title: cogd
5
#+subtitle: Channel of guix definitions
6
7
* Setup
8
9
This is a guix channel. To setup and use it, add the following record:
10
11
#+begin_example
12
(channel
13
 (name 'cogd)
14
 (url "https://repo.pisemsky.site/git/cogd")
15
 (introduction
16
  (make-channel-introduction
17
   "fcdf9f9ce0d8d0ebd035fa55ec7c1ddd6890e728"
18
   (openpgp-fingerprint
19
    "15FF37F790C1BADB35B3752BE3D3B72AB5733021"))))
20
#+end_example
21
22
to your guix channel configuration file, save it, and run =guix pull=.
23
24
# Local Variables:
25
# mode: org
26
# End:
27