nixos-config/2configs/dnscrypt/client.nix

8 lines
168 B
Nix
Raw Normal View History

2017-02-12 19:47:36 +01:00
{
services.dnscrypt-proxy.enable = true;
2017-04-19 10:04:39 +02:00
services.dnscrypt-proxy.resolverName = "cs-de";
2017-02-12 19:47:36 +01:00
networking.extraResolvconfConf = ''
name_servers='127.0.0.1'
'';
}