From baf325a8d8542dd6fef6cc7b97fd3211c5b174f5 Mon Sep 17 00:00:00 2001 From: lassulus Date: Sun, 12 Feb 2017 22:30:46 +0100 Subject: l 2: add dnscrypt as default --- lass/2configs/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lass/2configs/default.nix') diff --git a/lass/2configs/default.nix b/lass/2configs/default.nix index 2441f1b7..2292b5ce 100644 --- a/lass/2configs/default.nix +++ b/lass/2configs/default.nix @@ -62,6 +62,12 @@ with import ; pkgs.pythonPackages.python ]; } + { + services.dnscrypt-proxy.enable = true; + networking.extraResolvconfConf = '' + name_servers='127.0.0.1' + ''; + } ]; networking.hostName = config.krebs.build.host.name; -- cgit v1.2.3