Re: service 'dhcpv4-daemon' requires 'networking', which is not provided by any service

2019-04-05 Thread znavko
I've got new interface tun0. Do I need any configurations in dhcp-client-service-type ? # ifconfig enp3s0    Link encap:Ethernet  HWaddr xx:xx:xx:xx:22   UP BROADCAST MULTICAST  MTU:1500  Metric:1   RX packets:0 errors:0 dropped:0 overruns:0 frame:0   TX packets:0 errors:0

Re: service 'dhcpv4-daemon' requires 'networking', which is not provided by any service

2019-04-05 Thread Ricardo Wurmus
zna...@tutanota.com writes: > I have rewrote my config, including all modifications into the one > (modify-services) function Well, you’re still using “modify-services” twice… :) You probably also shouldn’t nest all of these “remove” calls. You can do this all in one procedure: (remove (lamb

Re: service 'dhcpv4-daemon' requires 'networking', which is not provided by any service

2019-04-05 Thread Ricardo Wurmus
zna...@tutanota.com writes: > I am an anti-fan of NetworkManager. I need wpa_supplicant with dhcp, I > try this config with dhcpcd. But it needs networking service. Please, > how to add networking service without adding > network-manager-service-type? Don’t setup a dhcp daemon then, but use dhc

Re: service 'dhcpv4-daemon' requires 'networking', which is not provided by any service

2019-04-05 Thread znavko
Hello, Ricardo Wurmus! I have rewrote my config, including all modifications into the one (modify-services) function, I've added dhcp-client-service-type to (services) section. But networking is not running after reconfigure. # guix system reconfigure /etc/config.scm ...console-font-tty3 conso

service 'dhcpv4-daemon' requires 'networking', which is not provided by any service

2019-04-05 Thread znavko
Hello! Today I had a time to configure guix. I've deleted network-manager-service-type for to use wpa_supplicant + dhcp, but guix gives the error: # guix system reconfigure /etc/config.scm guix system: error: service 'dhcpv4-daemon' requires 'networking', which is not