tv: use tinc_pre
This commit is contained in:
parent
716a2fc6e8
commit
2f65d9c197
tv
|
@ -76,7 +76,7 @@ with config.krebs.lib;
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
slock
|
||||
tinc
|
||||
tinc_pre
|
||||
iptables
|
||||
vim
|
||||
gimp
|
||||
|
|
|
@ -153,7 +153,7 @@ with config.krebs.lib;
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
ethtool
|
||||
tinc
|
||||
tinc_pre
|
||||
iptables
|
||||
#jack2
|
||||
];
|
||||
|
|
|
@ -163,7 +163,7 @@ with config.krebs.lib;
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
ethtool
|
||||
tinc
|
||||
tinc_pre
|
||||
iptables
|
||||
#jack2
|
||||
|
||||
|
|
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue