summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-06-14 01:35:49 +0200
committermakefu <github@syntax-fehler.de>2016-06-14 01:35:49 +0200
commit618684954207feed26b1b85f0721d41d5ca4c5c3 (patch)
treecccdebeff55c6c5381580300549b80ac72cbbbee /shared
parent8656e83d4c5c736541b3f29470f591aa8e84d1e7 (diff)
s 1 wolf: use tcponly in shack network
because udp suffers from 20 percnet packet loss
Diffstat (limited to 'shared')
-rw-r--r--shared/1systems/wolf.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/1systems/wolf.nix b/shared/1systems/wolf.nix
index dc61414fe..180510066 100644
--- a/shared/1systems/wolf.nix
+++ b/shared/1systems/wolf.nix
@@ -22,7 +22,7 @@ in
# local discovery in shackspace
nixpkgs.config.packageOverrides = pkgs: { tinc = pkgs.tinc_pre; };
-
+ krebs.retiolum.extraConfig = "TCPOnly = yes";
services.grafana = {
enable = true;
addr = "0.0.0.0";