diff options
author | ulrich <git.shackspace.de@myvdr.de> | 2019-07-17 00:46:15 +0200 |
---|---|---|
committer | ulrich <git.shackspace.de@myvdr.de> | 2019-07-17 00:46:15 +0200 |
commit | da4ecbeccd174e1d519bafb15ad0935aa2cec1b2 (patch) | |
tree | a0844d22394e2cfe48b08e7591cd976a313ffa80 /krebs/1systems | |
parent | 31944ce77dfd63f0778952b6ae5a29f7ae8a0cab (diff) |
wolf.r: remove openhab-ip
Diffstat (limited to 'krebs/1systems')
-rw-r--r-- | krebs/1systems/wolf/config.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/krebs/1systems/wolf/config.nix b/krebs/1systems/wolf/config.nix index d2f0eaeb0..0b6824e28 100644 --- a/krebs/1systems/wolf/config.nix +++ b/krebs/1systems/wolf/config.nix @@ -1,7 +1,6 @@ { config, pkgs, ... }: let shack-ip = config.krebs.build.host.nets.shack.ip4.addr; - openhab-ip = "10.42.2.139"; # powerraw contains the hardcoded ip of openhab.shack influx-host = "127.0.0.1"; ext-if = "et0"; external-mac = "52:54:b0:0b:af:fe"; @@ -95,10 +94,6 @@ in address = shack-ip; prefixLength = 20; } - { - address = openhab-ip; - prefixLength = 20; - } ]; defaultGateway = "10.42.0.1"; |