Fix shiro device classification
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

- Correct shiro from MacBook to Mac Mini desktop classification
- Move shiro from portable to workstation category in documentation
- Update device architecture details with Mac Mini specific features
- Highlight shiro's role as ARM64 build server and desktop machine
- Update D2 diagram to reflect correct device categorization
- Regenerate diagram with corrected classifications
This commit is contained in:
uttarayan21
2025-08-17 01:58:06 +05:30
parent 9fee6c1f05
commit c3af9e2b24
4 changed files with 153 additions and 146 deletions

View File

@@ -66,6 +66,12 @@ workstations: Development Workstations {
}
}
}
shiro: shiro {
shape: rectangle
style.fill: "#9ca3af"
label: "shiro\nMac Mini Desktop\naarch64-darwin\nUser: servius\nBuild Server"
}
}
mobile: Portable Devices {
@@ -79,12 +85,6 @@ mobile: Portable Devices {
label: "kuro\nMacBook\naarch64-darwin\nUser: fs0c131y"
}
shiro: shiro {
shape: rectangle
style.fill: "#9ca3af"
label: "shiro\nMacBook\naarch64-darwin\nUser: servius"
}
deck: SteamDeck {
shape: rectangle
style.fill: "#ef4444"
@@ -170,7 +170,7 @@ mobile.kuro -> servers.mirai: SSH Deploy {
style.stroke-width: 2
}
mobile.kuro -> mobile.shiro: SSH Deploy {
mobile.kuro -> workstations.shiro: SSH Deploy {
style.stroke: "#7c3aed"
style.stroke-width: 2
}
@@ -194,7 +194,7 @@ workstations.ryu -> network.zerotier
workstations.ryu -> builders: Uses distributed builds
mobile.kuro -> builders: Uses distributed builds
servers.mirai -> builders: Build server
mobile.shiro -> builders: Build server
workstations.shiro -> builders: Build server
# Configuration connections
config_mgmt.nixos_flake -> servers.mirai
@@ -203,7 +203,7 @@ config_mgmt.nixos_flake -> servers.tsuba
config_mgmt.nixos_flake -> workstations.ryu
config_mgmt.darwin -> mobile.kuro
config_mgmt.darwin -> mobile.shiro
config_mgmt.darwin -> workstations.shiro
config_mgmt.home_manager -> mobile.deck

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 66 KiB