nixos: Initial netbooting installer
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 34m36s
Installer / Build installer (push) Successful in 4m34s

This commit is contained in:
2024-06-24 00:08:55 +01:00
parent 9f2651e352
commit 84ca556c47
9 changed files with 390 additions and 16 deletions

View File

@@ -20,5 +20,6 @@
nvme = ./nvme;
spdk = ./spdk.nix;
librespeed = ./librespeed;
netboot = ./netboot;
};
}