diff options
author | tv <tv@krebsco.de> | 2017-08-01 12:15:45 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-08-01 12:15:45 +0200 |
commit | e19b506f36c8848ece02d7796a91ff0634191609 (patch) | |
tree | 11d9c379ca77a333f2ed1c3c1406184e1f388635 /tv | |
parent | 2f52158dec91a87cddd3e643f29870a6acc233f6 (diff) |
tv retiolum: LocalDiscovery = yes
Diffstat (limited to 'tv')
-rw-r--r-- | tv/2configs/retiolum.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tv/2configs/retiolum.nix b/tv/2configs/retiolum.nix index a914dad43..9940b1026 100644 --- a/tv/2configs/retiolum.nix +++ b/tv/2configs/retiolum.nix @@ -10,6 +10,9 @@ with import <stockholm/lib>; "ni" "prism" ]; + extraConfig = '' + LocalDiscovery = yes + ''; tincPackage = pkgs.tinc_pre; }; tv.iptables.input-internet-accept-tcp = singleton "tinc"; |