diff options
author | lassulus <lass@aidsballs.de> | 2016-05-09 11:27:06 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-05-09 11:27:06 +0200 |
commit | e7528ccc2f366df381d6436ae2ad6781a9a0ace3 (patch) | |
tree | 59d65c08da8fdd297fe02ab8bb1486f420b4a17f /krebs/3modules/retiolum.nix | |
parent | fb87c76112b1c4c8d48de8df78b5f46f2b750bdf (diff) | |
parent | 56ca7859fab1ad3c1a0a7b5ebf10140b218a60be (diff) |
Merge remote-tracking branch 'gum/master'
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}" ] ''; }; |