guix-devel
[Top][All Lists]
Advanced

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

service extensions to guix-service-type


From: Justin Veilleux
Subject: service extensions to guix-service-type
Date: Sun, 10 Apr 2022 23:19:42 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.6.1

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.




reply via email to

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