use iwd, only thing that works properly on e.g. Macs
This commit is contained in:
parent
2e2e4f9a5e
commit
8bbe4a46aa
1 changed files with 7 additions and 0 deletions
|
@ -237,6 +237,13 @@ in
|
|||
# use NetworkManager, works well for WiFi, too
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
# use iwd, only thing that works properly on e.g. Macs
|
||||
networking.wireless.enable = false;
|
||||
networking.wireless.iwd = {
|
||||
enable = true;
|
||||
settings.General.EnableNetworkConfiguration = true;
|
||||
};
|
||||
|
||||
# ensure firewall is up, allow ssh in
|
||||
networking.firewall.enable = true;
|
||||
networking.firewall.allowedTCPPorts = [ 22 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue