diff options
| -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 a914dad..9940b10 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"; | 
