I've pushed these to master. Mark H Weaver <m...@netris.org> writes:
> Anyway, if you want to try this out, here's what you need to change in > your OS configuration: > > * (use-modules (gnu packages wicd) > (gnu services networking)) > * Add wicd to the list passed to 'dbus-service'. > * Add (wicd-service) to 'services'. > * Add wicd to 'packages' (optional but recommended). One more thing: you should remove (dhcp-client-service) if it's already there. wicd starts dhclient on its own, and I suspect it would cause problems if two are running on the same interfaces. Mark