guix-devel
[Top][All Lists]
Advanced

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

Re: /etc/passwd & co. in Docker images


From: Ludovic Courtès
Subject: Re: /etc/passwd & co. in Docker images
Date: Sat, 05 Dec 2020 16:08:41 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Danny Milosavljevic <dannym@scratchpost.org> skribis:

> On the other hand, we have this:
>
> (define-public network-manager-openconnect
>   (package
>     (name "network-manager-openconnect")
> [...]
>     (properties `([...]
>                   ;; The 'etc/dbus-1/system.d/nm-openconnect-service.conf'
>                   ;; file refers to account "nm-openconnect".  Specify it here
>                   ;; so that 'network-manager-service-type' creates it.
>                   (user-accounts . ("nm-openconnect"))))))

Nice, I had forgotten about that.  That’s a very local solution though:
only for NM VPN plugins (see e52b953434b255f53e61125c7fd3653adcebdab8).

I don’t think we’d want to generalize that: that’d be redundant with the
service framework and not the right place to add that info since it’s
only partial information about the kind of resources the service needs.

Ludo’.



reply via email to

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