README.org: Add initial sections on generating service & shepherd graphs

This commit is contained in:
Collin J. Doering 2023-03-12 18:16:34 -04:00
parent 9785665ab8
commit 556f060245
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 12 additions and 0 deletions

View File

@ -156,6 +156,18 @@ follows.
$(guix time-machine -C channels.scm -- system vm -e '(@ (rekahsoft guix-config <vms|manual> <target>) %system)') -m 2G -smp 2 -nic user,model=virtio-net-pci
#+end_src
** Generating the OS service extension graph
#+begin_src shell
guix time-machine -C channels.scm -- system extension-graph -e '(@ (rekahsoft guix-config <vms|manual> <target>) %system)' | guix shell xdot -- xdot -
#+end_src
** Generating the shepherd service graph
#+begin_src shell
guix time-machine -C channels.scm -- system shepherd-graph -e '(@ (rekahsoft guix-config <vms|manual> <target>) %system)' | guix shell xdot -- xdot -
#+end_src
** Push Based Deployments
#+begin_src shell