summaryrefslogtreecommitdiffstats
path: root/shared/1systems/wolf.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-07-20 17:20:47 +0200
committermakefu <github@syntax-fehler.de>2016-07-20 17:20:47 +0200
commit0c40af375f26788bd098b7594ae5425fedd68fb4 (patch)
tree37c33f3472aa68ba5ce941cf86455c0821df5e46 /shared/1systems/wolf.nix
parent46232b30beba336ccc6a1a75e1cc9d66646b5dcc (diff)
/ : s/krebs\.retiolum/krebs.tinc.retiolum/gmulti-tinc
Diffstat (limited to 'shared/1systems/wolf.nix')
-rw-r--r--shared/1systems/wolf.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/1systems/wolf.nix b/shared/1systems/wolf.nix
index 180510066..3818cf2c5 100644
--- a/shared/1systems/wolf.nix
+++ b/shared/1systems/wolf.nix
@@ -15,14 +15,14 @@ in
../2configs/shared-buildbot.nix
../2configs/cgit-mirror.nix
../2configs/repo-sync.nix
- # ../2configs/graphite.nix
+ ../2configs/graphite.nix
];
# 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; };
- krebs.retiolum.extraConfig = "TCPOnly = yes";
+ krebs.tinc.retiolum.extraConfig = "TCPOnly = yes";
services.grafana = {
enable = true;
addr = "0.0.0.0";