diff options
Diffstat (limited to 'node')
-rw-r--r-- | node/caribou.nix | 7 |
1 files changed, 0 insertions, 7 deletions
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; |