From 46edbc82a39e5a569130d74977ad5ac6b0cd4541 Mon Sep 17 00:00:00 2001 From: makefu Date: Fri, 30 Oct 2015 15:28:12 +0100 Subject: shared wolf: enable collectd towards heidi --- shared/1systems/wolf.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'shared/1systems') diff --git a/shared/1systems/wolf.nix b/shared/1systems/wolf.nix index aeaeee2..73552e7 100644 --- a/shared/1systems/wolf.nix +++ b/shared/1systems/wolf.nix @@ -5,6 +5,7 @@ with lib; { imports = [ + ../2configs/collectd-base.nix ]; krebs.build.host = config.krebs.hosts.wolf; -- cgit v1.2.3 From d4f4bd2f3ca302a1c5e7ead05d71507a7c6693bc Mon Sep 17 00:00:00 2001 From: makefu Date: Thu, 5 Nov 2015 12:13:20 +0100 Subject: update collectd targets --- shared/1systems/wolf.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared/1systems') diff --git a/shared/1systems/wolf.nix b/shared/1systems/wolf.nix index 73552e7..60d1e8c 100644 --- a/shared/1systems/wolf.nix +++ b/shared/1systems/wolf.nix @@ -27,7 +27,7 @@ with lib; krebs.build.source = { git.nixpkgs = { url = https://github.com/NixOS/nixpkgs; - rev = "e916273209560b302ab231606babf5ce1c481f08"; + rev = "6d31e9b81dcd4ab927bb3dc91b612dd5abfa2f80"; }; dir.secrets = { host = config.krebs.current.host; -- cgit v1.2.3