add nixos frontend to simple architecture diagram

This commit is contained in:
Kiara Grouwstra 2025-06-25 17:29:14 +02:00
parent 08bb73aabb
commit baf21e1603
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU
2 changed files with 3 additions and 1 deletions

View file

@ -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 {
graph[fontname="Liberation Sans"];
@ -7,11 +7,13 @@ digraph FediversityArchitecture {
subgraph cluster_frontends {
label="front-ends";
nix[label="NixOS module"];
tofu[label="OpenTofu CLI"];
panel[label="FediPanel"];
protagio[label="NixPanel"];
}
nix -> core;
tofu -> core;
panel -> core;
protagio -> core;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 27 KiB