commit cf4774a2e353c51dabe877c9123a5081de36bacb parent 1da77ef798da4bc0bfd593bcc1480f2580330da2 Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 28 Jan 2024 22:21:58 +0100 Dns Diffstat:
| M | nixos/worker-1/configuration.nix | | | 2 | +- |
| M | nixos/worker-2/configuration.nix | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix @@ -200,7 +200,7 @@ in { useDHCP = true; # networkmanager.enable = true; - nameservers = ["8.8.8.8" "8.8.4.4"]; + nameservers = ["10.0.2.1"]; firewall = let blockedV4 = [ diff --git a/nixos/worker-2/configuration.nix b/nixos/worker-2/configuration.nix @@ -177,7 +177,7 @@ in { useDHCP = true; # networkmanager.enable = true; - nameservers = ["8.8.8.8" "8.8.4.4"]; + nameservers = ["10.0.2.1"]; firewall = let blockedV4 = [