flake/nixos/networking/iwd.nix

3 lines
71 B
Nix

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