flake/nixos/networking/iwd.nix

5 lines
No EOL
73 B
Nix

{ lib, ... }:
{
networking.wireless.iwd.enable = lib.mkDefault true;
}