d503e0d095
feat: add sovran-provisioner.nix and fix headscale 0.28.0 CLI syntax in docs
...
- Create modules/core/sovran-provisioner.nix with Flask provisioner API,
Headscale 0.28.0 config, Caddy reverse proxy, auto-bootstrap service,
and firewall rules. Python script uses get_user_id() + -u <id> syntax.
- Fix docs/remote-deploy-headscale.md:
- nodes register now uses -u <id> instead of --user <name>
- preauthkeys create one-liner uses -u <id> -e 2h -o json
- preauthkeys list/expire updated to 0.28.0 syntax (no --user on list)
- tailscale up in Part 2 now includes --accept-dns=false
- Add Troubleshooting section: VPN conflicts, RATELIMIT logs,
connection refused, user ID lookup
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/25b789a6-8b2c-4e42-afd4-f8e8e5c61f2c
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-12 20:53:10 +00:00
copilot-swe-agent[bot] and GitHub
61f3faedce
Initial plan
2026-04-12 20:50:10 +00:00
9851b0d62b
Add missing apps to Office and Terminal GNOME app folders
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/8d9e25f6-c812-4f06-8a8b-d19728caea05
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-12 19:08:08 +00:00
copilot-swe-agent[bot] and GitHub
2287adc415
Initial plan
2026-04-12 19:07:20 +00:00
300aaf4f6d
fix: exempt update/rebuild status endpoints from auth to fix post-restart polling hang
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/d6d0347e-37d0-48bf-8e38-b7828ce4bb3f
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-12 18:48:00 +00:00
copilot-swe-agent[bot] and GitHub
f9f747fb35
Initial plan
2026-04-12 18:47:12 +00:00
df51fc2a1b
Fix broken UI on security reset overlay: add backdrop-filter and close support modal
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/747e607a-1980-434c-9278-344ea75b8bc1
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-12 18:34:38 +00:00
copilot-swe-agent[bot] and GitHub
df6b97620f
Initial plan
2026-04-12 18:33:50 +00:00
41bc2b25ed
feat: disable GNOME auto-suspend, screen dim, and screen lock defaults
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/0ef47453-73af-4c18-a63f-d4bcccce2f37
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-12 18:17:52 +00:00
copilot-swe-agent[bot] and GitHub
1833c87327
Initial plan
2026-04-12 18:16:38 +00:00
36aa3eaee0
fix: write SECURITY_BANNER_DISMISSED_FLAG after security reset to prevent banner reappearing after reboot
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/8a33795f-2791-4029-98c3-1d703054404f
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-12 18:08:22 +00:00
copilot-swe-agent[bot] and GitHub
19c8206c04
Initial plan
2026-04-12 18:06:28 +00:00
25baee92a6
Address code review feedback: improve session secret generation, document rate-limit design
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/afb996f6-f6f5-4d4a-9f99-e46e3f89b4d7
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-12 15:40:25 +00:00
98eb24a880
Add Hub web authentication: login page, session middleware, logout button
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/afb996f6-f6f5-4d4a-9f99-e46e3f89b4d7
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-12 15:37:35 +00:00
copilot-swe-agent[bot] and GitHub
32f0a78bf4
Initial plan
2026-04-12 15:31:33 +00:00
2b26472505
fix: disable auto-login, diceware passwords, improved security reset UX, fix GNOME keyring
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/82a54a25-4844-4a41-afcc-c034cebbd6ed
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-12 15:08:25 +00:00
copilot-swe-agent[bot] and GitHub
57f495e65d
Initial plan
2026-04-12 15:01:51 +00:00
29415029a7
fix: prevent nixos-rebuild from killing in-flight update; improve stale status recovery
...
Part A (modules/core/sovran-hub.nix):
- Add restartIfChanged=false and stopIfChanged=false to sovran-hub-update service
- Add restartIfChanged=false and stopIfChanged=false to sovran-hub-rebuild service
These prevent nixos-rebuild switch from terminating an in-flight update mid-execution.
Part B (app/sovran_systemsos_web/server.py):
- Replace _recover_stale_status() with improved version
- Use MainPID + os.kill() to guard against transient is-active lies during daemon-reload
- Use ExecMainStatus (actual exit code) instead of Result (may be stale from prior run)
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/63bf2cd5-9c02-4542-8926-44aa9ed63bf0
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-12 13:47:49 +00:00
copilot-swe-agent[bot] and GitHub
7658d07241
Initial plan
2026-04-12 13:45:19 +00:00
8f3d2bb818
fix: tri-state check_for_updates() to prevent blocking updates on inconclusive checks
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/6bdd26ad-7b2f-455c-8b34-6be3de48bd9a
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-12 12:58:42 +00:00
copilot-swe-agent[bot] and GitHub
b666812661
Initial plan
2026-04-12 12:56:17 +00:00
45d8595366
Add dconf locks to enforce GNOME custom settings on new installs
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/5363d209-197f-4011-ac43-2e5ae3f9931f
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-12 12:25:19 +00:00
copilot-swe-agent[bot] and GitHub
91f2f1b24d
Initial plan
2026-04-12 12:24:20 +00:00
4c084ea2ad
fix: user-friendly stale recovery messages and complete log on reconnect
...
- _recover_stale_status(): returns True when corrected; changes message from
internal '[Hub] Stale RUNNING...' to user-friendly text
- _startup_recover_stale_status(): sets _update_recovery_happened flag when
update recovery happens at startup
- api_updates_status(): uses offset=0 when recovery happened so frontend
receives the full log, not just a stale delta
- pollUpdateStatus(): when reconnecting after server-down with update done,
resets offset to 0, re-fetches full log, shows '[Server restarted — update
completed successfully.]' instead of '[Server reconnected]'
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/90b535d1-bc3b-4147-9d62-3c7a93b1c8e4
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-12 12:16:22 +00:00
copilot-swe-agent[bot] and GitHub
278dd5c7a8
Initial plan
2026-04-12 12:05:34 +00:00
991acfd143
Add gnome-keyring-unlock service and update change-free-password to re-key keyring
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/311643b0-e3d5-4ee5-a8f8-da5baa59cab8
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-12 11:47:42 +00:00
copilot-swe-agent[bot] and GitHub
b622cbf68d
Initial plan
2026-04-12 11:45:49 +00:00
512296022e
fix: remove _recover_stale_status() from api_updates_run, verify unit active before trusting RUNNING status
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/3a855cab-5d0d-4c32-984c-5c88d922934e
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-12 05:00:03 +00:00
copilot-swe-agent[bot] and GitHub
0e73a36510
Initial plan
2026-04-12 04:58:42 +00:00
790f5126c6
fix: correct Sparrow desktop file name from sparrow-desktop.desktop to sparrow.desktop
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/9085bdd6-ea69-4652-b862-dbc96b85eed0
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-12 04:48:33 +00:00
copilot-swe-agent[bot] and GitHub
8d09d27472
Initial plan
2026-04-12 04:47:49 +00:00
78add044c0
Fix disabled Bitcoin tile incorrectly showing Syncing Timechain
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/b87b574a-c97e-45c0-a4c6-396fe3c9c418
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-12 04:33:38 +00:00
5f5acca535
Fix stale update state causing false Update complete when no updates available
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/1cc7ff30-4a1b-46f7-a20a-2ec0cbdfe291
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-12 04:29:11 +00:00
copilot-swe-agent[bot] and GitHub
eb3aad55f3
Initial plan
2026-04-12 04:28:13 +00:00
copilot-swe-agent[bot] and GitHub
ba439ee29c
Initial plan
2026-04-12 04:26:11 +00:00
62ac35591b
fix: show already up to date instead of full update flow when no updates available
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/fb575403-f4f0-41bb-8fb1-12f7d9874009
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-12 04:13:13 +00:00
copilot-swe-agent[bot] and GitHub
ecaf6012ce
Initial plan
2026-04-12 04:09:58 +00:00
a22092ba5c
Fix ISO build warning: use lib.mkForce to override root password options
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/aa57a263-33e8-4379-9cc3-379125371b46
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-12 02:14:14 +00:00
copilot-swe-agent[bot] and GitHub
21542780e4
Initial plan
2026-04-12 02:13:26 +00:00
0e89e8f725
fix: detect and correct stale RUNNING update status on poll and startup
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/3c41cfb3-08f3-4e27-900c-7312a9204d4c
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-12 01:47:20 +00:00
copilot-swe-agent[bot] and GitHub
e73d5b2995
Initial plan
2026-04-12 01:43:05 +00:00
e05ce437f9
Change Vaultwarden icon stroke color from black to white
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/8377658e-a339-407d-9813-b3ada2b710a5
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-12 01:09:51 +00:00
copilot-swe-agent[bot] and GitHub
65e84bcb3a
Initial plan
2026-04-12 01:09:00 +00:00
98eed76d87
fix: replace deprecated db_type/db_path with database block in headscale settings
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/690ff811-901e-4539-b11b-998bc120186f
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-12 00:49:03 +00:00
copilot-swe-agent[bot] and GitHub
e3d8170287
Initial plan
2026-04-12 00:48:14 +00:00
df4839ecc5
Cleanup: Remove reverse SSH tunnel code, fix documentation accuracy
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/3941ead1-cb20-4686-92bb-46e447791ae3
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-12 00:19:25 +00:00
copilot-swe-agent[bot] and GitHub
e949c535e2
Initial plan
2026-04-12 00:14:43 +00:00
f9a23b6933
Build remote deployment system using Headscale (self-hosted Tailscale)
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/7fa16927-250f-4af4-bb11-e22ef7b2c997
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-11 23:33:35 +00:00
copilot-swe-agent[bot] and GitHub
d26bd88dfc
Initial plan
2026-04-11 23:27:26 +00:00
b120d19e38
feat: add remote deployment mode (remote-deploy.nix, headless installer, ISO SSH/mDNS)
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/8e2ed0be-2db9-4437-81d7-c6efec45d6db
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-11 22:27:55 +00:00
copilot-swe-agent[bot] and GitHub
c98f1bbfc3
Initial plan
2026-04-11 22:23:50 +00:00
ec014b4f9e
Add SVG wallpapers and rewrite wallpaper system with resolution detection
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/2649badc-c159-40bd-b569-5be0feb18f74
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-11 21:40:42 +00:00
copilot-swe-agent[bot] and GitHub
1e46250c2b
Initial plan
2026-04-11 21:37:04 +00:00
6aff9a2038
Add legacy-cleanup.nix to remove deprecated Sovran_Systems artifacts
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/0c97ec90-556f-4bc9-86fe-c54022414704
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-11 21:14:19 +00:00
copilot-swe-agent[bot] and GitHub
326c7f2dc9
Initial plan
2026-04-11 21:12:49 +00:00
bdfe9ed396
Add glass/frosted-glass effect to hub and onboarding UI surfaces
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/47ed7298-e001-4ae0-9d35-7dd1e869d836
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-09 22:38:12 +00:00
copilot-swe-agent[bot] and GitHub
ee48963c23
Initial plan
2026-04-09 22:33:20 +00:00
fbf9f928ad
Align hub CSS with website: Inter font stack and softer green backgrounds
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/4472f4ff-0bf5-4150-997b-adb0a9b54898
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-09 22:25:53 +00:00
copilot-swe-agent[bot] and GitHub
c55dc15da1
Initial plan
2026-04-09 22:24:36 +00:00
b4dded64ff
style: soften green accent colors across hub CSS files
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/8c50fde4-c2f8-49f8-953b-1a9e066041e5
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-09 22:15:27 +00:00
copilot-swe-agent[bot] and GitHub
6128ece160
Initial plan
2026-04-09 22:11:49 +00:00
5dc33b2c0a
feat: rebalance Hub theme to near-black with green accents (v8)
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/7d5cc1b4-de38-4abc-be28-fc279e97d7b1
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-09 19:50:39 +00:00
copilot-swe-agent[bot] and GitHub
3d9cf819eb
Initial plan
2026-04-09 19:45:43 +00:00
4ed5936df4
Re-theme Sovran Hub UI to deep green palette matching new icon
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/7aff0b39-5cd6-4008-b1d0-1519a7c0793d
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-09 19:36:10 +00:00
copilot-swe-agent[bot] and GitHub
bd06e1313d
Initial plan
2026-04-09 19:30:28 +00:00
914390259c
Update Sovran Hub branding to finalized Rounded + Gradient Plus Arc + Core icon
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/309d3e00-70ba-4927-88c7-0a72cc5ed660
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-09 19:24:16 +00:00
copilot-swe-agent[bot] and GitHub
0ab9d94f0e
Initial plan
2026-04-09 19:22:49 +00:00
d01ec15050
Replace sovran-hub-icon.svg with Arc+Core design and update header logo reference
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/9cda1def-017d-452a-8df6-43a6adbf021c
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-09 19:11:09 +00:00
copilot-swe-agent[bot] and GitHub
51ea07665e
Initial plan
2026-04-09 19:09:56 +00:00
20e1206f1d
Add scoped sudo rules to tech-support.nix for sovran-support user
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/e108b70d-de49-4d19-87a7-f093df3b05d3
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-09 18:46:13 +00:00
copilot-swe-agent[bot] and GitHub
433a276e43
Initial plan
2026-04-09 18:44:42 +00:00
62dd104c50
Fix security reset UX: full-screen overlay, CSS class bug, and auto-reconnect
...
- Add security-reset-overlay HTML element to index.html that shows immediately
when the user confirms "Erase & Reset", before the synchronous API call runs
- Add .security-reset-overlay CSS to security.css (reuses reboot-card styles,
adds fade-in animation, z-index 1000 to sit above all other content)
- Fix reboot overlay class bug: classList.add("open") → classList.add("visible")
so the overlay actually renders per the .reboot-overlay.visible CSS rule
- Show overlay step text "Erasing data and resetting credentials…" during wipe,
update to "Reset complete. Rebooting now…" when API returns
- Call waitForServerReboot() (globally defined in update.js) after reset so the
page auto-reloads when the system comes back online
- Hide the security-reset-overlay and re-enable the button on error
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/185d0b41-d54d-4ea2-93d6-bfb7c15b8aed
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-09 17:29:46 +00:00
copilot-swe-agent[bot] and GitHub
2dbbd0fc73
Initial plan
2026-04-09 17:26:39 +00:00
bb0467e1b5
Fix NixOS timezone/locale: use declarative custom.nix config + nixos-rebuild instead of timedatectl/localectl
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/334ffeb7-2160-4938-bc4e-fb7693a1154f
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-09 17:22:06 +00:00
copilot-swe-agent[bot] and GitHub
50898743b1
Initial plan
2026-04-09 17:17:07 +00:00
a8fcd007f3
Remove sudo from timedatectl and localectl subprocess calls
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/925a72d0-2cdd-4940-b338-07772f3f8a68
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-09 11:00:18 +00:00
copilot-swe-agent[bot] and GitHub
ebb8bf70a4
Initial plan
2026-04-09 10:49:18 +00:00
1564be0b9c
Remove invalid --no-build-output flag from nix build command
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/2989f7c9-f544-4a2e-b073-7d9518b41e60
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-09 04:05:27 +00:00
copilot-swe-agent[bot] and GitHub
dd34c0f923
Initial plan
2026-04-09 04:04:38 +00:00
9ceedac415
Fix verify-integrity: replace nixos-rebuild with nix build (nixos-rebuild does not support -o)
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/3c0ca796-fe76-4985-9956-5915b2993b08
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-09 03:53:21 +00:00
copilot-swe-agent[bot] and GitHub
2aebcec712
Initial plan
2026-04-09 03:51:28 +00:00
c57a154fc6
Fix nixos-rebuild result symlink by passing explicit -o flag
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/52242cb6-8038-446d-bafb-9fe6666b31b9
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-09 03:43:45 +00:00
copilot-swe-agent[bot] and GitHub
080d1b4a59
Initial plan
2026-04-09 03:43:01 +00:00
efff6115b7
Fix Verify System Integrity: use temp dir + result symlink instead of --print-out-paths
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/b90b9352-56a0-4987-822b-ea4b9d4fdf92
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-09 03:23:42 +00:00
copilot-swe-agent[bot] and GitHub
1b617747ca
Initial plan
2026-04-09 03:21:30 +00:00
881cdf9f02
Fix: Use --print-out-paths instead of ./result symlink in verify-integrity endpoint
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/b365659c-e6c9-45bf-9b12-b89addfbbbdd
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-09 02:59:32 +00:00
copilot-swe-agent[bot] and GitHub
24a8be1d9c
Initial plan
2026-04-09 02:58:35 +00:00
ec47d2c2f8
fix: use absolute paths for nix and nixos-rebuild in verify-integrity endpoint
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/7de38316-a649-4395-bfb4-c12a07741078
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-09 02:08:29 +00:00
copilot-swe-agent[bot] and GitHub
7bd81cbc25
Initial plan
2026-04-09 02:06:47 +00:00
66271c9227
Implement security overhaul: remove seal/legacy system, add Security modal and random passwords
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/6e7593c4-f741-4ddc-9bce-8c558a4af014
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-09 01:58:42 +00:00
copilot-swe-agent[bot] and GitHub
099a0cc86a
Initial plan
2026-04-09 01:49:35 +00:00
8e8b10dea2
Add GNOME app-folder dconf settings and remove Sovran_SystemsOS_Updater from favorites
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/ec32495a-2919-4b25-bd7c-459f9bdc3ba9
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-09 00:18:08 +00:00
copilot-swe-agent[bot] and GitHub
d8defb74dd
Initial plan
2026-04-09 00:16:48 +00:00
38982162b9
Add timezone/locale onboarding step (new Step 2), renumber existing steps 2-5 to 3-6
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/47f2ee8f-bd6c-4151-bd2d-3e9283cb02c0
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-09 00:13:44 +00:00
copilot-swe-agent[bot] and GitHub
658bd307c2
Initial plan
2026-04-09 00:08:33 +00:00
6c8627ae25
fix: suppress Brave keyring prompt via --password-store=basic and PAM GNOME Keyring auto-unlock
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/731f35e7-10c0-4641-8ec4-bd02f0dc98b4
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-09 00:03:09 +00:00
copilot-swe-agent[bot] and GitHub
f151f28e81
Initial plan
2026-04-09 00:02:10 +00:00
d8edde72e9
fix(rdp): add wantedBy block and remove || true from grdctl enable
...
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/47126fb3-6167-424d-9599-cd75e6447717
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-08 22:11:23 +00:00
copilot-swe-agent[bot] and GitHub
c261c9f3dd
Initial plan
2026-04-08 22:10:31 +00:00
e83e227517
revert: restore rdp.nix to pre-PR#147 working state with || true fix
...
- Remove systemd.services."gnome-remote-desktop".wantedBy = lib.mkForce []
(was preventing the service from ever auto-starting)
- Remove systemctl start gnome-remote-desktop.service || true
(was creating a systemd deadlock with before = ["gnome-remote-desktop.service"])
- Remove pkgs.systemd from setup script path
- Remove grdctl --system rdp disable-view-only || true
- Add || true to grdctl --system rdp enable (suppress harmless EROFS warning)
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/75c67389-947f-437d-95ba-427504935156
Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com >
2026-04-08 21:29:48 +00:00