Disabled iwd
This commit is contained in:
parent
463954713a
commit
6e1c759d5a
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ with lib; {
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "odin";
|
hostName = "odin";
|
||||||
networkmanager.enable = true;
|
networkmanager.enable = true;
|
||||||
networkmanager.wifi.backend = "iwd";
|
# networkmanager.wifi.backend = "iwd";
|
||||||
|
|
||||||
# The global useDHCP flag is deprecated, therefore explicitly set to false here.
|
# The global useDHCP flag is deprecated, therefore explicitly set to false here.
|
||||||
# Per-interface useDHCP will be mandatory in the future, so this generated config
|
# Per-interface useDHCP will be mandatory in the future, so this generated config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue