mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-10 14:42:40 +02:00
fix: idols-ai - disable dhcp
This commit is contained in:
@@ -25,8 +25,9 @@ in {
|
|||||||
networking = {
|
networking = {
|
||||||
inherit hostName;
|
inherit hostName;
|
||||||
|
|
||||||
# desktop need its cli for status bar & wifi network.
|
# we use networkd instead
|
||||||
networkmanager.enable = true;
|
networkmanager.enable = false; # provides nmcli/nmtui for wifi adjustment
|
||||||
|
useDHCP = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.useNetworkd = true;
|
networking.useNetworkd = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user