all repos — nixfiles @ 1b31af7f287ccabb1c60e55f3717022230f75397

System and user configuration, managed by nix and home-manager

system/settings/hardware/iwd.nix (view raw)

{
  ...
}:
{
  networking.wireless.iwd = {
    enable = true;
  };
  users.users.alin.extraGroups = [ "network" ];

  services.connman.wifi.backend = "iwd";
}