diff options
Diffstat (limited to 'krebs/3modules/retiolum.nix')
| -rw-r--r-- | krebs/3modules/retiolum.nix | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/krebs/3modules/retiolum.nix b/krebs/3modules/retiolum.nix index 5aaeb5a30..5a035fa50 100644 --- a/krebs/3modules/retiolum.nix +++ b/krebs/3modules/retiolum.nix @@ -102,6 +102,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: +          krebs.hosts.${connect-host}.nets.${netname?"retiolum"}.via.addrs4 = +            [ "${external-ip} ${external-port}" ]        '';      }; | 
