10 lines
232 B
Nix
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
|
|
];
|
|
}
|