dotfiles/terranix/lib/nomad_job.nix
Magic_RB 9b1c305c3b Base terranix configuration
Signed-off-by: Magic_RB <magic_rb@redalder.org>
2023-06-16 16:11:19 +02:00

12 lines
127 B
Nix

{}:
{ jobspec
, vars ? {}
}:
{
jobspec = "\${file(\"${jobspec}\")}";
hcl2 = {
enabled = true;
inherit vars;
};
}