From bf728964afae1f10fcdf4e60efeb9cfb73d23609 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Fri, 29 Nov 2024 01:08:42 +0300 Subject: [PATCH] Desktop: Add DNS manually. --- host/x86_64-linux/dasha/Network.nix | 1 + host/x86_64-linux/desktop/Network.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/host/x86_64-linux/dasha/Network.nix b/host/x86_64-linux/dasha/Network.nix index 3fb9154..e7bcaa9 100644 --- a/host/x86_64-linux/dasha/Network.nix +++ b/host/x86_64-linux/dasha/Network.nix @@ -6,6 +6,7 @@ linkConfig.RequiredForOnline = "routable"; networkConfig = { DHCP = "yes"; + DNS = "10.0.0.1"; IPv6AcceptRA = true; }; address = [ diff --git a/host/x86_64-linux/desktop/Network.nix b/host/x86_64-linux/desktop/Network.nix index 6114be0..2dfdb79 100644 --- a/host/x86_64-linux/desktop/Network.nix +++ b/host/x86_64-linux/desktop/Network.nix @@ -6,6 +6,7 @@ linkConfig.RequiredForOnline = "routable"; networkConfig = { DHCP = "yes"; + DNS = "10.0.0.1"; IPv6AcceptRA = true; }; address = [