From f6f3c0b84424681ab816638fda3ba9feb82540f1 Mon Sep 17 00:00:00 2001 From: Kalle Struik Date: Mon, 3 Feb 2025 17:27:53 +0100 Subject: [PATCH] It was dns, its always dns --- utils.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/utils.nix b/utils.nix index 1b9a9f7..dba5498 100644 --- a/utils.nix +++ b/utils.nix @@ -38,6 +38,7 @@ prefixLength = 24; } ]; + nameservers = [ "192.168.10.1" ]; defaultGateway = { address = "192.168.10.1"; interface = "ens18";