23 lines
429 B
Nix
23 lines
429 B
Nix
{
|
|
imports = [
|
|
./chainfire.nix
|
|
./plasmacloud-cluster.nix
|
|
./creditservice.nix
|
|
./coronafs.nix
|
|
./flaredb.nix
|
|
./iam.nix
|
|
./plasmavmc.nix
|
|
./prismnet.nix
|
|
./flashdns.nix
|
|
./fiberlb.nix
|
|
./lightningstor.nix
|
|
./k8shost.nix
|
|
./nightlight.nix
|
|
./deployer.nix
|
|
./nix-agent.nix
|
|
./node-agent.nix
|
|
./fleet-scheduler.nix
|
|
./observability.nix
|
|
./first-boot-automation.nix
|
|
];
|
|
}
|