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: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: raingloom <raingloom <at> riseup.net>
Cc: 54923 <at> debbugs.gnu.org
Subject: bug#54923: more than one target service of type 'account'
Date: Wed, 08 Jun 2022 16:19:17 -0400
Hello!

raingloom <raingloom <at> riseup.net> writes:

>> 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))))))
> ```

I think it's becaused you used operating-system-services instead of
operating-system-user-services; could you try again with the later?

Thanks,

Maxim




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

Previous Next


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