summaryrefslogtreecommitdiffstats
path: root/tv
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-06-30 01:05:21 +0200
committertv <tv@krebsco.de>2016-06-30 01:08:07 +0200
commitb9d5d6c50d23e09a088a848c928f516972de8d2d (patch)
tree70d9b80d672241889be9f5e3c2a8136aafebd5da /tv
parent10ff37466663cfac5067d9df275182840a21a9e7 (diff)
tv: use tinc_pre
Diffstat (limited to 'tv')
-rw-r--r--tv/1systems/mu.nix2
-rw-r--r--tv/1systems/wu.nix2
-rw-r--r--tv/1systems/xu.nix2
-rw-r--r--tv/2configs/retiolum.nix3
4 files changed, 5 insertions, 4 deletions
diff --git a/tv/1systems/mu.nix b/tv/1systems/mu.nix
index 06da15e..ec208a0 100644
--- a/tv/1systems/mu.nix
+++ b/tv/1systems/mu.nix
@@ -76,7 +76,7 @@ with config.krebs.lib;
environment.systemPackages = with pkgs; [
slock
- tinc
+ tinc_pre
iptables
vim
gimp
diff --git a/tv/1systems/wu.nix b/tv/1systems/wu.nix
index cebd7c9..6bb5443 100644
--- a/tv/1systems/wu.nix
+++ b/tv/1systems/wu.nix
@@ -153,7 +153,7 @@ with config.krebs.lib;
environment.systemPackages = with pkgs; [
ethtool
- tinc
+ tinc_pre
iptables
#jack2
];
diff --git a/tv/1systems/xu.nix b/tv/1systems/xu.nix
index 6ba7ab3..a3a242c 100644
--- a/tv/1systems/xu.nix
+++ b/tv/1systems/xu.nix
@@ -163,7 +163,7 @@ with config.krebs.lib;
environment.systemPackages = with pkgs; [
ethtool
- tinc
+ tinc_pre
iptables
#jack2
diff --git a/tv/2configs/retiolum.nix b/tv/2configs/retiolum.nix
index ec3508d..6e05b14 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";
}