summaryrefslogtreecommitdiff
path: root/orobas/overrides/dnsmasq.nix
blob: b496d109ae6f4f5605040ebe5ab62c28fa4287e2 (plain)
1
2
3
4
5
6
7
with builtins;
{ config, ...}:
{
  services.dnsmasq = {
    servers = ["10.100.1.1"];
  };
}