summaryrefslogtreecommitdiffstats
path: root/krebs/1systems/wolf/config.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2019-07-17 10:43:58 +0200
committermakefu <github@syntax-fehler.de>2019-07-17 10:43:58 +0200
commit6822bf0ecf04d316ca9637f65fce3cb8117c06e8 (patch)
tree76653692e24b77fc9b55d25d0239d2d5c16a4af4 /krebs/1systems/wolf/config.nix
parent73a5143866b2853f11a251c828681f92fd3aa703 (diff)
parentda4ecbeccd174e1d519bafb15ad0935aa2cec1b2 (diff)
Merge branch 'master' of ssh.git.shackspace.de:rz/stockholm
Diffstat (limited to 'krebs/1systems/wolf/config.nix')
-rw-r--r--krebs/1systems/wolf/config.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/krebs/1systems/wolf/config.nix b/krebs/1systems/wolf/config.nix
index c16b55c2..3cb358ca 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";
@@ -99,10 +98,6 @@ in
address = shack-ip;
prefixLength = 20;
}
- {
- address = openhab-ip;
- prefixLength = 20;
- }
];
defaultGateway = "10.42.0.1";