aboutsummaryrefslogtreecommitdiff
path: root/modules/system/wifi.nix
blob: e00e71eaa0cd2f05792ca98e03198f2c4b202e2e (plain)
1
2
3
4
5
{
  flake.modules.nixos.wifi = {
    networking.networkmanager.enable = true;
  };
}