nixos/cellar: Move SPDK config to separate module
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 17m56s

This commit is contained in:
2023-12-13 02:19:04 +00:00
parent 2f2764a364
commit 82b24c3c55
5 changed files with 230 additions and 408 deletions

View File

@@ -18,5 +18,6 @@
l2mesh = ./l2mesh.nix;
borgthin = ./borgthin.nix;
nvme = ./nvme;
spdk = ./spdk.nix;
};
}