system-manager/manual
[eureka@nixos] 1c2ce69f32
doc: Add system-manager manual mdBook (#206)
* 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
2025-05-26 09:02:56 +02:00
..
src doc: Add system-manager manual mdBook (#206) 2025-05-26 09:02:56 +02:00
.gitignore doc: Add system-manager manual mdBook (#206) 2025-05-26 09:02:56 +02:00
book.toml doc: Add system-manager manual mdBook (#206) 2025-05-26 09:02:56 +02:00
README.md doc: Add system-manager manual mdBook (#206) 2025-05-26 09:02:56 +02:00

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.