summaryrefslogtreecommitdiff
path: root/os/pc/modules/network.nix
blob: eeb5b0e61139c7d31e7f2adffd1a50825ff5c9ee (plain) (blame)
1
2
3
4
5
6
7
{ ... }:
{
  networking.wireless.iwd = {
    enable = true;
    settings.General.EnableNetworkConfiguration = true;
  };
}