stockholm/makefu/2configs/dnscrypt.nix

7 lines
118 B
Nix
Raw Normal View History

2017-02-12 18:47:36 +00:00
{
services.dnscrypt-proxy.enable = true;
networking.extraResolvconfConf = ''
name_servers='127.0.0.1'
'';
}