add nixos frontend to simple architecture diagram
This commit is contained in:
parent
08bb73aabb
commit
baf21e1603
2 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
// usage: nix-shell -p graphviz --command dot -T png -o architecture.png architecture.dot
|
// usage: nix-shell -p graphviz --command 'dot -T png -o architecture.png architecture.dot'
|
||||||
|
|
||||||
digraph FediversityArchitecture {
|
digraph FediversityArchitecture {
|
||||||
graph[fontname="Liberation Sans"];
|
graph[fontname="Liberation Sans"];
|
||||||
|
@ -7,11 +7,13 @@ digraph FediversityArchitecture {
|
||||||
subgraph cluster_frontends {
|
subgraph cluster_frontends {
|
||||||
label="front-ends";
|
label="front-ends";
|
||||||
|
|
||||||
|
nix[label="NixOS module"];
|
||||||
tofu[label="OpenTofu CLI"];
|
tofu[label="OpenTofu CLI"];
|
||||||
panel[label="FediPanel"];
|
panel[label="FediPanel"];
|
||||||
protagio[label="NixPanel"];
|
protagio[label="NixPanel"];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nix -> core;
|
||||||
tofu -> core;
|
tofu -> core;
|
||||||
panel -> core;
|
panel -> core;
|
||||||
protagio -> core;
|
protagio -> core;
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 27 KiB |
Loading…
Add table
Reference in a new issue