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 | 546469e18d24252360279ea276eb9a502670c712 (patch) | |
tree | 5e68744b177d377d365399e1e02ea2de417d08cc /shared/1systems/wolf.nix | |
parent | 6410fd0f8557658fa5e180844def32f8bda7313d (diff) |
shared wolf: enable collectd towards heidi
Diffstat (limited to 'shared/1systems/wolf.nix')
-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 aeaeee288..73552e705 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; |