Files
alo-cluster/common/nomad-worker.nix
2025-10-24 15:34:31 +01:00

10 lines
232 B
Nix

{ ... }:
{
# Enable Nomad client to run workloads
# Includes: Nomad client, Docker plugin, host volumes, NFS mount dependencies
# Used by: c1, c2, c3, zippy (all nodes that run Nomad jobs)
imports = [
./nomad.nix
];
}