From 647c2c9ad24aada8a1c712c057689c026bf5d5e1 Mon Sep 17 00:00:00 2001 From: oqyude Date: Sun, 9 Nov 2025 15:43:36 +0300 Subject: [PATCH] 123 --- configurations/vds.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configurations/vds.nix b/configurations/vds.nix index d283020..a21d23a 100644 --- a/configurations/vds.nix +++ b/configurations/vds.nix @@ -117,6 +117,11 @@ let }; networking = { + nameservers = [ + "1.1.1.1" + "2001:4860:4860::8844" + "2001:4860:4860::8888" + ]; hostName = "${xlib.device.hostname}"; networkmanager.enable = true; # dhcpcd.enable = false;