bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#54923: more than one target service of type 'account'


From: raingloom
Subject: bug#54923: more than one target service of type 'account'
Date: Thu, 14 Apr 2022 06:49:18 +0200

> more than one target service of type 'account'

I did not add any new service, I just modified openssh-service-type.

```
(operating-system
    (inherit os)
    (services
     (modify-services
         (operating-system-services os)
         (openssh-service-type
          config =>
          (openssh-configuration
           (inherit config)
           (permit-root-login 'without-password))))))
```

Full system description in attachment.

Attachment: installer.scm
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]