raito
211ef9c15b
for multiple roles such as storage or builders. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
13 lines
142 B
Nix
13 lines
142 B
Nix
{
|
|
imports = [
|
|
# Compute nodes
|
|
./builders
|
|
# Storage nodes
|
|
./storage
|
|
|
|
# Bases
|
|
./netboot.nix
|
|
./hardware.nix
|
|
];
|
|
}
|