GNU bug report logs - #54923
more than one target service of type 'account'

Previous Next

Package: guix;

Reported by: raingloom <raingloom <at> riseup.net>

Date: Thu, 14 Apr 2022 04:50:01 UTC

Severity: normal

Tags: moreinfo

Full log


View this message in rfc822 format

From: raingloom <raingloom <at> riseup.net>
To: 54923 <at> debbugs.gnu.org
Subject: bug#54923: more than one target service of type 'account'
Date: Thu, 14 Apr 2022 06:49:18 +0200
[Message part 1 (text/plain, inline)]
> 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.
[installer.scm (text/x-scheme, attachment)]

This bug report was last modified 3 years and 32 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.