Document usbrelayd service

Evgeny PisemskySat Apr 12 11:33:44+0300 2025

4968978

cogd
namelast commitdate
.guix-authorizationsAdd emacs-go-translateWed Jan 01 14:40:00+0300 2025
.guix-channelAdd simpledotcssSun Mar 23 12:10:40+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 usbrelayd serviceSat Apr 12 11:33:44+0300 2025
modules/Document usbrelayd serviceSat Apr 12 11:33:44+0300 2025
news.scmUpdate newsSat Apr 05 13:20:14+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