Hi John,
I built the new GuixSD installer upon kmscon. It works pretty well and
is a good alternative to raw linux VT's in my opinion.
> (modify-services
> %desktop-services
> ('kmscon c => (kmscon-configuration (virtual-terminal
> "tty8"))
modify-services implie
Thanks!
I have a lot to learn about services! Seems nice so far. Do you know if
there will be any more development on kmscon or is it only in maintenance?
Works like a charm.
- John
> On Dec 16, 2018, at 2:33 AM, Mathieu Othacehe wrote:
>
>
> Hi John,
>
> I built the new GuixSD installe
Thank you both. I'm glad it is not a mistake I did. I would like to fix the GDM
bug(s) but right now I do not know scheme nor do I know much about how GDM, X,
and Wayland work. I am learning scheme from this book though.
https://mitpress.mit.edu/sites/default/files/sicp/index.html
On Sun, Dec
Julien Lepiller writes:
> static-networking-service is also limited to IPv4. I wanted to
> configure an
> IPv6 address, so I quickly wrote a service for this:
> (define (iproute2-shepherd-service config)
> (list (shepherd-service
> (documentation "Run the iproute2 network service")
>
Ricardo Wurmus writes:
> The static-networking-service currently does not support setting up
> bonding or bridges. It’s something I need for berlin.guixsd.org,
> actually, so I’d be very happy to see this implemented :)
Hi Ricardo,
Is this still an outstanding wish?
TIA - George
Hi George,
> Ricardo Wurmus writes:
>
>> The static-networking-service currently does not support setting up
>> bonding or bridges. It’s something I need for berlin.guixsd.org,
>> actually, so I’d be very happy to see this implemented :)
>
> Hi Ricardo,
>
> Is this still an outstanding wish?
Hello John,
> I have a lot to learn about services! Seems nice so far. Do you know if
> there will be any more development on kmscon or is it only in maintenance?
The original author David Herrmann seems to have stop kmscon
developments in 2014. Guix now uses the forked kmscon package hoste