From d3338a125bd2d5e92a43547d2c3f74d938d0be46 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Wed, 17 Jan 2024 17:31:33 -0600 Subject: [PATCH] nut0: Configure collectd --- instructions/nut0.pyrocufflink.blue.cue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/instructions/nut0.pyrocufflink.blue.cue b/instructions/nut0.pyrocufflink.blue.cue index 22d0845..5dc00b3 100644 --- a/instructions/nut0.pyrocufflink.blue.cue +++ b/instructions/nut0.pyrocufflink.blue.cue @@ -1,7 +1,14 @@ package nut0 import ( + "list" + + "du5t1n.me/cfg/app/collectd" "du5t1n.me/cfg/app/nut" ) -render: nut.templates + nut.collectd.templates +render: list.Concat([ + collectd.templates, + nut.templates, + nut.collectd.templates, +])