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; [ environment.systemPackages = with pkgs; [
slock slock
tinc tinc_pre
iptables iptables
vim vim
gimp gimp

View File

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

View File

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

View File

@ -1,4 +1,4 @@
{ config, lib, ... }: { config, lib, pkgs, ... }:
with config.krebs.lib; with config.krebs.lib;
@ -12,6 +12,7 @@ with config.krebs.lib;
"cd" "cd"
"ire" "ire"
]; ];
tincPackage = pkgs.tinc_pre;
}; };
tv.iptables.input-internet-accept-tcp = singleton "tinc"; tv.iptables.input-internet-accept-tcp = singleton "tinc";
} }