all repos — archive/nixos-configuration @ 32827c9f15a158877e10bc35e39c73e2e3486a90

Superseded by nixfiles

Trillian: use local resolver (dnscrypt-proxy installed via macports)

Alan Pearce
commit

32827c9f15a158877e10bc35e39c73e2e3486a90

parent

5f000e27702f4aad72ebc80fc3ca540f54d49135

1 file changed, 2 insertions(+), 8 deletions(-)

jump to
M trillian.nixtrillian.nix
@@ -28,14 +28,8 @@ networking = {
hostName = "trillian"; knownNetworkServices = [ "Wi-Fi" "USB 10/100/1000 LAN" ]; dns = [ - "2620:fe::fe" - "2620:fe::9" - "2606:4700:4700::1001" - "2606:4700:4700::1111" - "9.9.9.9" - "149.112.112.112" - "1.0.0.1" - "1.1.1.1" + "::1" + "127.0.0.1" ]; };