summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-03-11 02:23:04 +0100
committermakefu <github@syntax-fehler.de>2016-03-11 08:42:27 +0100
commit2cf39dc71fbd6e02f582f03187e783e3e5685497 (patch)
treee8d2139dc557e838dc0b48d6ad6402563f19d8ac /shared
parentbcd369025d62651bbd664d265338624e888cd994 (diff)
s 1 wolf: use tinc_pre for local discovery
Diffstat (limited to 'shared')
-rw-r--r--shared/1systems/wolf.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/shared/1systems/wolf.nix b/shared/1systems/wolf.nix
index 96691ae..f0323dc 100644
--- a/shared/1systems/wolf.nix
+++ b/shared/1systems/wolf.nix
@@ -20,6 +20,9 @@ in
# use your own binary cache, fallback use cache.nixos.org (which is used by
# apt-cacher-ng in first place)
+ # local discovery in shackspace
+ nixpkgs.config.packageOverrides = pkgs: { tinc = pkgs.tinc_pre; };
+
services.grafana = {
enable = true;
addr = "0.0.0.0";