FAQ/Bare Metal Deployment: Difference between revisions
imported>Grahamc Created page with "When it comes down to it, Nix is just a fairly basic build tool, and Nixpkgs brings some fancy build helpers. NixOS's [https://nixos.org/nixos/manual/index.html#sec-writing-m..." |
imported>Grahamc mNo edit summary |
||
Line 44: | Line 44: | ||
NixOS ecosystem, however can be accomplished using PXE-boot images and | NixOS ecosystem, however can be accomplished using PXE-boot images and | ||
auto-run boot up phases which run disk formatting steps. For some | auto-run boot up phases which run disk formatting steps. For some | ||
prior work, check out [ | prior work, check out [https://github.com/grahamc/packet-provision-nixos-ipxe/ https://github.com/grahamc/packet-provision-nixos-ipxe/]. | ||
The parts around system configuration and package installation is | The parts around system configuration and package installation is | ||
completely and thoroughly covered by the module system and system | completely and thoroughly covered by the module system and system | ||
configuration options that exist. | configuration options that exist. |