Re: How to add custom channels to ISO
You could add the custom channels file as an =extra-special-file=[1] in the =os-configuration=. It would look something like this: #+BEGIN_SRC scheme (define %my-installation-os (operating-system (inherit installation-os) (services (cons* (extra-special-file "/etc/guix
Re: Can't serve a custom channel on a HTTPS repository
Was anybody else able to configure a Guix channel over a bare Git HTTPS repository, like the main Guix channel? How did you do accomplish it? Was any extra server configuration required?