Files
platform/modules/hpc/default.nix

9 lines
87 B
Nix

{
imports = [
./beegfs
./hpc.nix
./slurm.nix
./monitoring.nix
];
}