l 2: add dnscrypt as default
This commit is contained in:
parent
c4d70a28b4
commit
baf325a8d8
@ -62,6 +62,12 @@ with import <stockholm/lib>;
|
||||
pkgs.pythonPackages.python
|
||||
];
|
||||
}
|
||||
{
|
||||
services.dnscrypt-proxy.enable = true;
|
||||
networking.extraResolvconfConf = ''
|
||||
name_servers='127.0.0.1'
|
||||
'';
|
||||
}
|
||||
];
|
||||
|
||||
networking.hostName = config.krebs.build.host.name;
|
||||
|
Loading…
Reference in New Issue
Block a user