From 26e43d47a729df42ed81ac351ea7ba62cea5c102 Mon Sep 17 00:00:00 2001
From: makefu <github@syntax-fehler.de>
Date: Sun, 17 Apr 2016 00:03:33 +0200
Subject: [PATCH] k 3 retiolum: add description to configure Address=

---
 krebs/3modules/retiolum.nix | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/krebs/3modules/retiolum.nix b/krebs/3modules/retiolum.nix
index 61b4473e1..6708ae9e4 100644
--- a/krebs/3modules/retiolum.nix
+++ b/krebs/3modules/retiolum.nix
@@ -119,6 +119,10 @@ let
         The list of hosts in the network which the client will try to connect
         to.  These hosts should have an 'Address' configured which points to a
         routeable IPv4 or IPv6 address.
+
+        In stockholm this can be done by configuring:
+          host.nets.${netname?"retiolum"}.via.addrs4 =
+            [ "${external-ip} ${external-port}" ]
       '';
     };