README
1 | # SPDX-FileCopyrightText: 2024 Evgeny Pisemsky <mail@pisemsky.site> |
2 | # |
3 | # SPDX-License-Identifier: GPL-3.0-or-later |
4 | |
5 | #+title: guix-homeassistant |
6 | #+subtitle: Home Assistant platform for GNU Guix |
7 | |
8 | This is a guix channel that provides package and service definitions |
9 | for the Home Assistant platform. To use it, add the following record: |
10 | |
11 | #+begin_example |
12 | (channel |
13 | (name 'homeassistant) |
14 | (url "https://repo.pisemsky.site/git/guix-homeassistant") |
15 | (introduction |
16 | (make-channel-introduction |
17 | "afdbb5ae25c050882424682eb5474baf00589e27" |
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 |