From ce477f95036754595be1d5750f945f83a4598db0 Mon Sep 17 00:00:00 2001 From: Origami404 Date: Sun, 17 May 2026 13:27:35 +0800 Subject: [PATCH] hosts/oparic: CN network --- hosts/oparic-local-dev/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/oparic-local-dev/configuration.nix b/hosts/oparic-local-dev/configuration.nix index c800519..bc963ca 100644 --- a/hosts/oparic-local-dev/configuration.nix +++ b/hosts/oparic-local-dev/configuration.nix @@ -24,7 +24,7 @@ prefixLength = 24; }]; networking.defaultGateway = "192.168.2.1"; - networking.nameservers = [ "119.29.29.29" ]; + networking.nameservers = [ "119.29.29.29" "223.5.5.5" "114.114.114.114" ]; time.timeZone = "Asia/Shanghai";