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