tv: use tinc_pre

This commit is contained in:
tv 2016-06-30 01:05:21 +02:00
parent 716a2fc6e8
commit 2f65d9c197
4 changed files with 5 additions and 4 deletions

View File

@ -76,7 +76,7 @@ with config.krebs.lib;
environment.systemPackages = with pkgs; [
slock
tinc
tinc_pre
iptables
vim
gimp

View File

@ -153,7 +153,7 @@ with config.krebs.lib;
environment.systemPackages = with pkgs; [
ethtool
tinc
tinc_pre
iptables
#jack2
];

View File

@ -163,7 +163,7 @@ with config.krebs.lib;
environment.systemPackages = with pkgs; [
ethtool
tinc
tinc_pre
iptables
#jack2

View File

@ -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";
}