diff options
Diffstat (limited to 'tv/2configs/retiolum.nix')
-rw-r--r-- | tv/2configs/retiolum.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tv/2configs/retiolum.nix b/tv/2configs/retiolum.nix index ec3508d90..6e05b1489 100644 --- a/tv/2configs/retiolum.nix +++ b/tv/2configs/retiolum.nix @@ -1,4 +1,4 @@ -{ config, lib, ... }: +{ config, lib, pkgs, ... }: with config.krebs.lib; @@ -12,6 +12,7 @@ with config.krebs.lib; "cd" "ire" ]; + tincPackage = pkgs.tinc_pre; }; tv.iptables.input-internet-accept-tcp = singleton "tinc"; } |