summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-04-08 03:53:34 +0200
committertv <tv@krebsco.de>2016-04-08 03:53:34 +0200
commit46e818ebbc5446b4215ad9524089d9b2dc91cbd3 (patch)
tree13d7021f55991559d17f3eb51e7ffb8957d093e5 /shared
parent827f1790803bda906ed71c56138cfdbf108ee730 (diff)
retiolum: don't hardcode routing prefixes
Diffstat (limited to 'shared')
-rw-r--r--shared/1systems/wolf.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/1systems/wolf.nix b/shared/1systems/wolf.nix
index f0323dc2..53334d6f 100644
--- a/shared/1systems/wolf.nix
+++ b/shared/1systems/wolf.nix
@@ -1,8 +1,8 @@
{ config, lib, pkgs, ... }:
let
- shack-ip = lib.head config.krebs.build.host.nets.shack.addrs4;
- internal-ip = lib.head config.krebs.build.host.nets.retiolum.addrs4;
+ shack-ip = config.krebs.build.host.nets.shack.ip4.addr;
+ internal-ip = config.krebs.build.host.nets.retiolum.ip4.addr;
in
{
imports = [