this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: add feature list

Khue Doan 3ae74354 6fce3d27

+11 -1
+11 -1
README.md
··· 4 4 [Wake-on-LAN](https://en.wikipedia.org/wiki/Wake-on-LAN), 5 5 [Pixiecore](https://github.com/danderson/netboot/tree/main/pixiecore) and 6 6 [nixos-anywhere](https://nix-community.github.io/nixos-anywhere). 7 + Currently, only `x86_64-linux` is supported. 7 8 8 - Currently, only `x86_64-linux` is supported. 9 + ## Features 10 + 11 + - [x] Simple, declarative JSON configuration 12 + - [x] Build a custom NixOS installer from a flake 13 + - [x] Built-in PXE server to serve netboot components from the custom installer 14 + - [ ] Host status check with IP discovery 15 + - [ ] Remote power-on with Wake-on-LAN 16 + - [ ] Custom agent and API to manage the installation process 17 + - [ ] Install NixOS from a flake using nixos-anywhere 18 + - [x] Stateless 9 19 10 20 ## Usage 11 21