From 17ae5ac6b67c214f5f52e9294e252ed11d7e408f Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Tue, 2 Nov 2021 17:33:54 +0100 Subject: Update network config --- node/caribou.nix | 7 ------- 1 file changed, 7 deletions(-) (limited to 'node') diff --git a/node/caribou.nix b/node/caribou.nix index ca64293..5b81c21 100644 --- a/node/caribou.nix +++ b/node/caribou.nix @@ -13,13 +13,6 @@ } ]; - # Route internet traffic via USB modem (=phone) on other computer - networking.nameservers = [ "9.9.9.9" ]; - networking.defaultGateway = { - address = "192.168.1.14"; - interface = "eno1"; - }; - # OR use USB modem plugged in here #networking.interfaces.enp0s20u1.useDHCP = true; -- cgit v1.2.3