summaryrefslogtreecommitdiffstats
path: root/shared/1systems/wolf.nix
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2016-03-15 14:14:29 +0100
committerlassulus <lass@aidsballs.de>2016-03-15 14:14:29 +0100
commit72939a2d6f45950dbfa6ec0815eae62e83d02630 (patch)
treed35ae568feeb1d1110be316ba8d434308e0aa780 /shared/1systems/wolf.nix
parentdb3dd77f6de5964bcaa265bf8e5863d7647932f5 (diff)
parent2e317bfe747ec968d3b933ae4c0df68ad204021c (diff)
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'shared/1systems/wolf.nix')
-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 96691aed..f0323dc2 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";