mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Network] Use iwd by default and use reg databases
Only relevant if NetworkManager is not used
This commit is contained in:
parent
981a6d19e2
commit
e1537cc165
1 changed files with 3 additions and 0 deletions
|
|
@ -57,6 +57,9 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
networking.wireless.enable = (cfg.backend != "NetworkManager");
|
networking.wireless.enable = (cfg.backend != "NetworkManager");
|
||||||
|
networking.wireless.iwd.enable = true;
|
||||||
|
networking.wireless.dbusControlled = true;
|
||||||
|
networking.wireless.athUserRegulatoryDomain = true;
|
||||||
|
|
||||||
# Must always be false
|
# Must always be false
|
||||||
networking.useDHCP = false;
|
networking.useDHCP = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue