diff options
author | Alex Auvolat <alex@adnab.me> | 2021-11-02 17:33:54 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-11-02 17:33:54 +0100 |
commit | 17ae5ac6b67c214f5f52e9294e252ed11d7e408f (patch) | |
tree | c9c58c99439dd3c5f7c58eaa3a2e51038e84e619 /node/caribou.nix | |
parent | 4d16e394560c64f2aa9a26f2b18d4b31009f86fc (diff) | |
download | nixcfg-17ae5ac6b67c214f5f52e9294e252ed11d7e408f.tar.gz nixcfg-17ae5ac6b67c214f5f52e9294e252ed11d7e408f.zip |
Update network config
Diffstat (limited to 'node/caribou.nix')
-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; |