wolf.r: remove openhab-ip

This commit is contained in:
ulrich 2019-07-17 00:46:15 +02:00
parent 31944ce77d
commit da4ecbeccd

View File

@ -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";