8 lines
110 B
Nix
8 lines
110 B
Nix
{ lib, config, ... }:
|
|
{
|
|
networking = {
|
|
wireless.iwd.enable = true;
|
|
enableB43Firmware = true;
|
|
};
|
|
}
|