aboutsummaryrefslogtreecommitdiff
path: root/node
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-11-02 17:33:54 +0100
committerAlex Auvolat <alex@adnab.me>2021-11-02 17:33:54 +0100
commit17ae5ac6b67c214f5f52e9294e252ed11d7e408f (patch)
treec9c58c99439dd3c5f7c58eaa3a2e51038e84e619 /node
parent4d16e394560c64f2aa9a26f2b18d4b31009f86fc (diff)
downloadnixcfg-17ae5ac6b67c214f5f52e9294e252ed11d7e408f.tar.gz
nixcfg-17ae5ac6b67c214f5f52e9294e252ed11d7e408f.zip
Update network config
Diffstat (limited to 'node')
-rw-r--r--node/caribou.nix7
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;