home ssh service is broken on:
--8<---------------cut here---------------start------------->8---
$ guix describe
Generation 33   Aug 10 2022 10:50:55    (current)
  guix b72459a
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: b72459a861d7029d69e9e3ffe3dd411b452e26de
--8<---------------cut here---------------end--------------->8---

home.scm:
--8<---------------cut here---------------start------------->8---
(use-modules (gnu services)
             (gnu home services ssh))

(home-environment
 (services
  (list
   (service home-openssh-service-type
            (home-openssh-configuration
             (hosts
              (list
               (openssh-host (name "git.sv.gnu.org")
                             (user "wigust")))))))))
--8<---------------cut here---------------end--------------->8---

--8<---------------cut here---------------start------------->8---
$ guix home build home.scm
/home/oleg/home.scm:11:15: error: invalid value unset for field 'address-family'
--8<---------------cut here---------------end--------------->8---

Oleg.

Attachment: signature.asc
Description: PGP signature

Reply via email to