* doc: Add system-manager manual mdBook * Add basic nixos installation steps * Continue testing for nixos installation * Add more info regarding nix channel usage * Add some notes to self * Add README to manual * add ad-hoc section, and do some re-arranging * Add systemd service module example to introduction.md * wip usage * add selinux and minimal usage examples * add remaining manual sections |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| book.toml | ||
| README.md | ||
System Manager Manual
To get started, use the shell.nix devShell from the project root with either the nix develop or nix-shell commands.
This will put mdbook on your $PATH.
To view the book locally with live reloading, run mdbook serve manual from the project root.