From 2d4b178895b3f99e76bf84d46d4b06244256a559 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Fri, 30 Jun 2023 14:01:35 +0200 Subject: [PATCH] Add the ssfhead node as gateway --- m/common/net.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m/common/net.nix b/m/common/net.nix index 1173cc2..4970f40 100644 --- a/m/common/net.nix +++ b/m/common/net.nix @@ -8,7 +8,7 @@ networking = { enableIPv6 = false; useDHCP = false; - #defaultGateway = "10.0.40.30"; + defaultGateway = "10.0.40.30"; nameservers = ["8.8.8.8"]; proxy = { default = "http://localhost:23080/";