diff options
author | makefu <github@syntax-fehler.de> | 2019-06-13 20:17:45 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2019-06-13 20:17:45 +0200 |
commit | 27f3c2cd53adce6a0dcc6e2b9e917b8da9486d24 (patch) | |
tree | b9d363d848fe61c52e6d4be08b97e33b6bfd8d3e /krebs/1systems/wolf | |
parent | 30a90e48b91ba9d09da7cafe8ad81dcc153554d3 (diff) |
wolf.r: add netbox docker-compose
Diffstat (limited to 'krebs/1systems/wolf')
-rw-r--r-- | krebs/1systems/wolf/config.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/krebs/1systems/wolf/config.nix b/krebs/1systems/wolf/config.nix index f629c5984..7ca0f0ec1 100644 --- a/krebs/1systems/wolf/config.nix +++ b/krebs/1systems/wolf/config.nix @@ -43,6 +43,8 @@ in ## write collectd statistics to wolf.shack <stockholm/krebs/2configs/collectd-base.nix> { services.influxdb.enable = true; } + + <stockholm/krebs/2configs/shack/netbox.nix> ]; # use your own binary cache, fallback use cache.nixos.org (which is used by # apt-cacher-ng in first place) |