diff options
author | makefu <github@syntax-fehler.de> | 2016-04-17 00:03:33 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-04-17 00:05:42 +0200 |
commit | 26e43d47a729df42ed81ac351ea7ba62cea5c102 (patch) | |
tree | b2f65d6c1eb451229743aba9fe3d4272552295e3 /krebs | |
parent | 00c9e4278b948fef73d32e572fa9d81e3518173c (diff) |
k 3 retiolum: add description to configure Address=
Diffstat (limited to 'krebs')
-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 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}" ] ''; }; |