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, +])