I am rebuilding my dev machine to make use of nix and may’t determine how setup dnsmasq.

I attempted with:

  companies = {   
    sshd = {
      allow = true;
    };

    dnsmasq = {
      allow = true;      
      resolveLocalQueries = true;
      addresses = { localhost = "127.0.0.1"; };
    };
  };

2


You need to
log in to reply this query.

Browse different questions tagged .