summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/dnscrypt.nix
blob: d810456f3e0f316693d47e9d9cd7dc54a82d2dd7 (plain)
1
2
3
4
5
6
{
  services.dnscrypt-proxy.enable = true;
  networking.extraResolvconfConf = ''
    name_servers='127.0.0.1'
  '';
}