all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* service extensions to guix-service-type
@ 2022-04-11  3:19 Justin Veilleux
  2022-04-11 19:32 ` Kaelyn
  2022-04-18 19:48 ` Ludovic Courtès
  0 siblings, 2 replies; 3+ messages in thread
From: Justin Veilleux @ 2022-04-11  3:19 UTC (permalink / raw)
  To: guix-devel

Hi guix-devel.

For my os.scm, I want to create a service which encapsulates the process 
of adding channels to the global channels file, adding substitute urls 
to the daemon and also adding authorized keys to the daemon. With the 
service extension system, I was able to do the first thing by extending 
`special-files-service-type`. However, I cannot do the last two things, 
because the current definition of guix-service-type only exposes 
chroot-directories (what is the use case for this, btw?).

Is there a reason for this particular design? I will probably submit a 
patch to add this functionality.

Cheers.



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-04-18 19:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-11  3:19 service extensions to guix-service-type Justin Veilleux
2022-04-11 19:32 ` Kaelyn
2022-04-18 19:48 ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.