From 37811e2b0dc5ec6bc9328dddc19466cf49eb65e4 Mon Sep 17 00:00:00 2001 From: Harry Ying Date: Fri, 9 Aug 2024 15:35:05 +0800 Subject: [PATCH] deck: use alidns when dae is suspended --- cfgs/deck/networking.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfgs/deck/networking.nix b/cfgs/deck/networking.nix index 377ee81..f545892 100644 --- a/cfgs/deck/networking.nix +++ b/cfgs/deck/networking.nix @@ -1,6 +1,6 @@ { config, lib, pkgs, ... }: { # An unused nameserver config. Trick the traffic to go through WAN and get routed by DAE - networking.nameservers = [ "8.8.8.8" ]; + networking.nameservers = [ "223.5.5.6" "8.8.8.8" ]; networking.networkmanager = { # Enable networkmanager. REMEMBER to add yourself to group in order to use nm related stuff.