summaryrefslogblamecommitdiff
path: root/os/cez/modules/network.nix
blob: fb30056adf266a9de06fa3a8a761e370ef43bb28 (plain) (tree)
1
2
3
4



                










                                                    
{ ... }:

{
  networking = {
    firewall.enable = false;

    wireless.iwd = { 
      enable = true;
      settings = {
        General.EnableNetworkConfiguration = true;
        Network.NameResolvingService = "resolvconf";
      };
    };
  };
}