diff options
author | makefu <github@syntax-fehler.de> | 2015-10-30 15:28:12 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-10-30 15:28:12 +0100 |
commit | 46edbc82a39e5a569130d74977ad5ac6b0cd4541 (patch) | |
tree | 493806b88f69d27b763e89d8d62a745bc707677e /shared/1systems | |
parent | bd4b77d9411d151b021d8f7d66208c2fa3d74972 (diff) |
shared wolf: enable collectd towards heidi
Diffstat (limited to 'shared/1systems')
-rw-r--r-- | shared/1systems/wolf.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 = [ <nixpkgs/nixos/modules/profiles/qemu-guest.nix> + ../2configs/collectd-base.nix ]; krebs.build.host = config.krebs.hosts.wolf; |