5 lines
73 B
Nix
5 lines
73 B
Nix
|
{ lib, ... }:
|
||
|
|
||
|
{
|
||
|
networking.wireless.iwd.enable = lib.mkDefault true;
|
||
|
}
|