diff options
author | Alex Auvolat <alex@adnab.me> | 2021-11-18 16:40:19 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-11-18 16:40:19 +0100 |
commit | cdd4e2211ac90d55f528bb880d86ef1bf524c484 (patch) | |
tree | d49eddf2a3bc54fa1c5b6d89d93eeec530676a4d /node/caribou.nix | |
parent | 777896a434d6d7ac603557546b2aa0525de62966 (diff) | |
download | nixcfg-cdd4e2211ac90d55f528bb880d86ef1bf524c484.tar.gz nixcfg-cdd4e2211ac90d55f528bb880d86ef1bf524c484.zip |
Nomad config
Diffstat (limited to 'node/caribou.nix')
-rw-r--r-- | node/caribou.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/node/caribou.nix b/node/caribou.nix index b325739..d4b186d 100644 --- a/node/caribou.nix +++ b/node/caribou.nix @@ -17,10 +17,6 @@ prefixLength = 24; } ]; - networking.defaultGateway = { - address = "192.168.1.254"; - interface = "eno1"; - }; networking.wireguard.interfaces.wg0 = { ips = [ "10.42.0.23/16" ]; @@ -30,7 +26,6 @@ # OR use USB modem plugged in here #networking.interfaces.enp0s20u1.useDHCP = true; - # Enable netdata monitoring services.netdata.enable = true; |