fix: add k8s and hpc modules to main repo

This commit is contained in:
Jonas Juselius
2025-06-30 12:21:05 +02:00
parent 4aa9fa677a
commit bc3a034654
46 changed files with 4393 additions and 0 deletions

9
modules/hpc/default.nix Normal file
View File

@@ -0,0 +1,9 @@
{
imports = [
./beegfs
./hpc.nix
./slurm.nix
./monitoring.nix
./mft
];
}