summaryrefslogblamecommitdiff
path: root/hosts/cez/modules/network.nix
blob: 429bf89a8bac9f5044ce385e01eb2fc95feb21ae (plain) (tree)
1
2
3
4
5




                     










                                                    
{ ... }:

{
  networking = {
    hostName = "cez";
    firewall.enable = false;

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