From 6f3ee6843030a771ab0b28e844e1b3f304d3d07a Mon Sep 17 00:00:00 2001 From: h7x4 Date: Thu, 3 Apr 2025 23:46:25 +0200 Subject: [PATCH] kasei: specify dns --- hosts/kasei/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/kasei/configuration.nix b/hosts/kasei/configuration.nix index aeec24c..462416f 100644 --- a/hosts/kasei/configuration.nix +++ b/hosts/kasei/configuration.nix @@ -75,6 +75,10 @@ networks."40-enp6s0" = { gateway = [ "192.168.50.1" ]; address = [ "192.168.50.200/24" ]; + dns = [ + "1.1.1.1" + "8.8.8.8" + ]; networkConfig.IPv6AcceptRA = "no"; DHCP = "yes"; };