summaryrefslogtreecommitdiffstats
path: root/1systems/pnp.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-03-15 13:20:14 +0100
committermakefu <github@syntax-fehler.de>2016-03-15 13:20:14 +0100
commitcd7f2a13ac02e38c84a5aeac9f2af99a41823183 (patch)
treeddca75b6c9fde0f94dd77ab8d0ab1818967c39d1 /1systems/pnp.nix
parent503f7f4752b02cb1756f41439aa7eee343e0932f (diff)
ma 2: use tinc-pre per default
Diffstat (limited to '1systems/pnp.nix')
-rw-r--r--1systems/pnp.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/1systems/pnp.nix b/1systems/pnp.nix
index ca7caa35f..4b8d39c89 100644
--- a/1systems/pnp.nix
+++ b/1systems/pnp.nix
@@ -43,10 +43,8 @@
krebs.build.host = config.krebs.hosts.pnp;
- nixpkgs.config.packageOverrides = pkgs: { tinc = pkgs.tinc_pre; };
-
networking.firewall.allowedTCPPorts = [
- 25
+ 25
];
}