From 2036b67e9675d1ae219812209b4dd464a6d2eacb Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Mon, 3 Oct 2022 02:49:10 -0400 Subject: [PATCH] correct default gateway --- machines/tounge/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/tounge/configuration.nix b/machines/tounge/configuration.nix index 882690d..8b73ce1 100644 --- a/machines/tounge/configuration.nix +++ b/machines/tounge/configuration.nix @@ -64,7 +64,7 @@ prefixLength = 21; }]; }; - + defaultGateway = "10.0.4.1"; nameservers = [ "1.1.1.1" "1.0.0.1" ]; # Open ports in firewall firewall = {