use dhcpcd for dhcp
This commit is contained in:
parent
66ea18a8c2
commit
177ab2106c
2 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
networkmanager = {
|
||||
enable = true;
|
||||
dhcp = "dhcpcd";
|
||||
appendNameservers = [
|
||||
"2620:fe::fe"
|
||||
"9.9.9.9"
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
networkmanager = {
|
||||
enable = true;
|
||||
dhcp = "dhcpcd";
|
||||
dns = "systemd-resolved";
|
||||
wifi = {
|
||||
backend = "iwd";
|
||||
|
|
Loading…
Reference in a new issue