Desktop/NetworkManager: change dhcp implementation

This commit is contained in:
Toast 2025-05-26 16:19:52 +02:00
parent 9aea5cd1f6
commit f29d5d4207

View file

@ -10,6 +10,8 @@ in {
};
networking.networkmanager = {
enable = true;
# Internal dhcp implementation does not like my isp router
dhcp = "dhcpcd";
unmanaged = [
"interface-name:${tailscaleName}"
];