chore: archive mac mini automation baseline

This commit is contained in:
Adolfo Reyna
2026-08-03 11:47:09 -04:00
parent a0a26565f0
commit 6e2117188e
93 changed files with 10005 additions and 5 deletions
+1 -1
View File
@@ -27,5 +27,5 @@ def test_unit_content_matches_desktop_client_gui_session():
assert SERVICE_NAME == "reyna-desktop-client.service"
assert "Environment=WAYLAND_DISPLAY=wayland-0" in content
assert "Environment=XDG_RUNTIME_DIR=/run/user/1000" in content
assert "ExecStart=/usr/bin/python3 /home/adolforeyna/Projects/Screen/desktop_client/client.py" in content
assert "ExecStart=/usr/bin/python3 /Users/adolforeyna/Projects/Screen/desktop_client/client.py" in content
assert "Restart=always" in content