initial retooling #1

Merged
naturallaw777 merged 1130 commits from staging-dev into stable 2026-05-21 08:10:11 -05:00
Showing only changes of commit fb940b055d - Show all commits
+1
View File
@@ -293,6 +293,7 @@ async def api_reboot():
return {"ok": True}
@app.post("/api/updates/run")
async def api_updates_run():
async def event_stream() -> AsyncIterator[str]:
yield "data: $ ssh root@localhost 'cd /etc/nixos && nix flake update && nixos-rebuild switch && flatpak update -y'\n\n"