Sovran Systems and GitHub
1cd5bd4496
Merge pull request #283 from naturallaw777/copilot/fix-free-password-setup-script
...
fix(credentials): enforce boot ordering and error visibility for password-setup services
2026-04-29 19:54:14 -05:00
Sovran Systems and GitHub
466582bcdc
Merge pull request #282 from naturallaw777/copilot/remove-plymouth-and-add-cpu-performance
...
Remove Plymouth entirely; add quiet boot params and cpu-performance module
2026-04-29 19:35:01 -05:00
Sovran Systems and GitHub
4dae7836dd
Merge pull request #279 from naturallaw777/copilot/fix-update-script-inhibitor-logic
...
Handle NixOS switchInhibitors: fall back to nixos-rebuild boot and surface reboot-required state in UI
2026-04-29 15:14:43 -05:00
Sovran Systems and GitHub
8712ac43c6
Merge pull request #278 from naturallaw777/copilot/fix-new-services-inactive-state
...
Auto-start newly enabled services after NixOS rebuild
2026-04-29 14:53:21 -05:00
Sovran Systems
ffd2029852
fix: disable BTCPayServer by default in node-only mode
...
The BTCPayServer hub entry was using `cfg.services.bitcoin` as its
`enabled` flag, which is `true` in node mode. This caused the Hub UI
to show BTCPayServer as enabled even though the underlying NixOS service
is correctly gated on `cfg.web.btcpayserver` (which defaults to `false`
for the node role via role-logic.nix).
Change the enabled field to `cfg.web.btcpayserver` so the Hub UI
accurately reflects the service state and BTCPayServer is disabled by
default on a fresh node-only install.
2026-04-28 17:49:25 -05:00
Sovran Systems and GitHub
761af09166
Merge pull request #277 from naturallaw777/copilot/fix-deprecated-logind-options
...
Migrate `no-sleep` logind lid handling to `services.logind.settings.Login`
2026-04-22 09:28:54 -05:00
Sovran Systems and GitHub
2c8dd91cf0
Merge pull request #276 from naturallaw777/copilot/fix-no-sleep-module-roles
...
Scope `no-sleep` module to non-desktop roles
2026-04-22 07:39:52 -05:00
Sovran Systems and GitHub
b8feea3711
Merge pull request #275 from naturallaw777/copilot/fix-deprecated-services-logind-extraconfig
...
[WIP] Fix deprecated services.logind.extraConfig in modules/core/no-sleep.nix
2026-04-22 07:09:36 -05:00
Sovran Systems and GitHub
878392d998
Merge pull request #274 from naturallaw777/copilot/add-no-sleep-nixos-module
...
Add always-loaded core no-sleep module to disable suspend/hibernate system-wide
2026-04-22 07:03:14 -05:00
Sovran_Systems and GitHub
3843f8ea22
Merge pull request #273 from naturallaw777/copilot/update-backup-script-to-backup-var-lib
...
[WIP] Update backup script to back up entire /var/lib directory
2026-04-18 08:50:45 -05:00
Sovran_Systems and GitHub
8841a8d628
Merge pull request #272 from naturallaw777/copilot/fix-clear-site-data-header
...
Preserve Hub login session on `sovransystemsos.local` by narrowing `Clear-Site-Data`
2026-04-17 17:57:21 -05:00
Sovran_Systems and GitHub
c809045014
Merge pull request #271 from naturallaw777/copilot/fix-wordpress-permissions-ownership
...
[WIP] Fix WordPress directory ownership and permissions
2026-04-17 10:42:01 -05:00
Sovran_Systems and GitHub
42305f7f22
Merge pull request #270 from naturallaw777/copilot/remove-orphaned-mypool
...
[WIP] Clean up PHP-FPM pool architecture and expose custom PHP properly
2026-04-17 08:08:29 -05:00
Sovran_Systems and GitHub
d2c9dd1fbd
Merge pull request #269 from naturallaw777/copilot/fix-nextcloud-wordpress-inactive-status
...
Use canonical domain files for pre-existing Nextcloud/WordPress credentials and fix Nextcloud reset command
2026-04-17 07:21:22 -05:00
Sovran_Systems and GitHub
7e0cda17f3
Remove localhost from url_preview_ip_ranger_whitelist
2026-04-16 23:49:04 -05:00
Sovran_Systems and GitHub
15821207dc
Merge pull request #268 from naturallaw777/copilot/fix-php-fpm-unit-mismatch
...
Restore Nextcloud/WordPress hub visibility for pre-existing installs (dedicated PHP-FPM pools + detect-existing credential/domain recovery)
2026-04-16 23:07:50 -05:00
Sovran_Systems and GitHub
a3c1b849f2
Merge pull request #267 from naturallaw777/copilot/implement-password-reset-flow
...
Add migration-safe free password handoff for desktop roles (GDM + onboarding)
2026-04-16 22:39:16 -05:00
Sovran_Systems and GitHub
92dd718362
Merge pull request #266 from naturallaw777/copilot/remove-restart-service-button
...
[WIP] Remove Restart Service button from Nextcloud and WordPress service modals
2026-04-16 12:54:05 -05:00
Sovran_Systems and GitHub
8657bdc23a
Merge pull request #265 from naturallaw777/copilot/remove-bisq-auto-link-tile
...
[WIP] Remove Bisq Auto-Link tile and associated code
2026-04-16 12:49:31 -05:00
Sovran_Systems and GitHub
91a3e68119
Remove server configuration from Bitcoin ecosystem
2026-04-16 12:21:19 -05:00
Sovran_Systems and GitHub
bda9c3cd0e
Merge pull request #263 from naturallaw777/copilot/add-restart-button-to-service-modal
...
Add safe service restart action to Service Detail modal
2026-04-16 12:18:02 -05:00
Sovran_Systems and GitHub
a84e958182
Refactor wallet-autoconnect configuration
...
Removed waiting mechanism for bitcoind RPC readiness and updated btcNodes configuration.
2026-04-16 12:10:27 -05:00
Sovran_Systems and GitHub
21e0f284b6
Merge pull request #264 from naturallaw777/copilot/fix-reboot-button-issue
...
[WIP] Fix reboot button functionality after update
2026-04-16 12:06:58 -05:00
Sovran_Systems and GitHub
0563c6b96b
Merge pull request #262 from naturallaw777/copilot/fix-bisq-hub-node-connection
...
Align Bisq and Hub local Bitcoin node endpoint with nix-bitcoin default port (8335)
2026-04-15 20:12:23 -05:00
Sovran_Systems and GitHub
2e9d989444
Merge pull request #261 from naturallaw777/copilot/check-timechain-data-drive
...
Preserve existing Bitcoin timechain data drive during OS reinstall
2026-04-15 15:25:05 -05:00
Sovran_Systems and GitHub
46b8c23578
Merge pull request #260 from naturallaw777/copilot/fix-health-status-discrepancy
...
[WIP] Fix health status discrepancy between service tile and modal
2026-04-15 15:02:26 -05:00
Sovran_Systems and GitHub
99f86e1cda
Merge pull request #259 from naturallaw777/copilot/fix-service-tile-status
...
Fix domain service tile health precedence and remove blocking Step 3 reachability from service detail
2026-04-15 14:03:46 -05:00
Sovran_Systems and GitHub
709bd51413
Merge pull request #258 from naturallaw777/copilot/fix-nextcloud-dotfiles-issue
...
Fix Nextcloud core integrity check by preserving dotfiles during install
2026-04-15 13:41:01 -05:00
Sovran_Systems and GitHub
1e2b11b235
Merge pull request #257 from naturallaw777/copilot/optimize-dns-resolution-delay
...
Remove blocking DNS checks from `/api/services` by making domain health cache-only
2026-04-15 13:37:15 -05:00
Sovran_Systems and GitHub
0b76a257ce
Merge pull request #256 from naturallaw777/copilot/fix-security-setup-warnings
...
Nextcloud first-launch hardening: clear Security & Setup warnings via init-time OCC + PHP-FPM override
2026-04-15 13:22:06 -05:00
Sovran_Systems and GitHub
0af4c391e8
Merge pull request #255 from naturallaw777/copilot/fix-tile-loading-spinner
...
Show per-tile “Checking…” state while domain reachability cache warms up
2026-04-15 13:17:15 -05:00
Sovran_Systems and GitHub
063c76f8ce
Merge pull request #254 from naturallaw777/copilot/update-wallpaper-application-logic
...
Apply GNOME wallpaper by version on all machines while preserving one-time theme bootstrap
2026-04-15 13:07:09 -05:00
Sovran_Systems and GitHub
6c7b1587b3
Merge pull request #252 from naturallaw777/copilot/fix-root-directory-ownership
...
Adjust Nextcloud ownership model and data directory initialization path
2026-04-15 12:41:52 -05:00
Sovran_Systems and GitHub
be8d5ccf16
Merge pull request #253 from naturallaw777/copilot/fix-reboot-functionality-issue
...
Prevent Hub auto-restart from interrupting machine reboot
2026-04-15 12:39:58 -05:00
Sovran_Systems and GitHub
990ded6d1d
Merge pull request #251 from naturallaw777/copilot/fix-service-status-checks
...
Normalize health status for enabled-but-inactive domain services in services + detail APIs
2026-04-15 12:14:48 -05:00
Sovran_Systems and GitHub
4e501548ac
Merge pull request #250 from naturallaw777/copilot/fix-hub-reboot-functionality
...
Fix Hub reboot path to use forced systemd reboot unit
2026-04-15 12:12:30 -05:00
Sovran_Systems and GitHub
09c4249cae
Merge pull request #248 from naturallaw777/copilot/fix-port-forwarding-notification
...
Make enable-feature port requirements modal context-aware (show only closed ports)
2026-04-15 11:41:06 -05:00
Sovran_Systems and GitHub
8be2a4fe44
Merge pull request #249 from naturallaw777/copilot/fix-reboot-flow-issue
...
Fix Hub reboot flow to invoke system reboot directly
2026-04-15 11:39:14 -05:00
Sovran_Systems and GitHub
50a2fc0807
Merge pull request #247 from naturallaw777/copilot/fix-tile-health-discrepancy
...
Align `/api/services` tile health with full domain diagnostics via background reachability cache
2026-04-15 11:15:02 -05:00
Sovran_Systems and GitHub
b6c7c039b2
Merge pull request #246 from naturallaw777/copilot/fix-port-status-indicator
...
Remove misleading port-status diagnostics from Enable Feature port-forwarding modal
2026-04-15 11:13:20 -05:00
Sovran_Systems and GitHub
7986de0b63
Merge pull request #245 from naturallaw777/copilot/fix-reboot-issue-in-sovran-hub
...
Decouple Hub-triggered reboot from `sovran-hub-web` cgroup via dedicated systemd unit
2026-04-15 10:40:37 -05:00
Sovran_Systems and GitHub
42e2e3dd16
Merge pull request #244 from naturallaw777/copilot/optimize-api-services-response-time
...
Decouple `/api/services` tile health from slow curl-based domain diagnostics
2026-04-15 10:24:33 -05:00
Sovran_Systems and GitHub
1931a99e65
Merge pull request #243 from naturallaw777/copilot/add-domain-setup-modals
...
Split domain setup UX into distinct Configure vs Reconfigure modal flows
2026-04-15 10:11:28 -05:00
Sovran_Systems and GitHub
b252014158
Merge pull request #242 from naturallaw777/copilot/update-domain-health-check-system
...
[WIP] Update domain health check system to improve diagnostics
2026-04-15 07:47:19 -05:00
Sovran_Systems and GitHub
5c19de6fb8
Merge pull request #241 from naturallaw777/copilot/fix-reboot-command-path
...
Use absolute NixOS `systemctl` path for Hub reboot command
2026-04-14 20:49:52 -05:00
Sovran_Systems and GitHub
30b3f14292
Merge pull request #240 from naturallaw777/copilot/fix-domain-health-checks
...
Align domain health across dashboard/detail and cache external IP server-side
2026-04-14 20:36:12 -05:00
Sovran_Systems and GitHub
023b00d297
Merge pull request #239 from naturallaw777/copilot/fix-sovran-hub-service-path
...
[WIP] Fix sovran-hub service PATH for required binaries
2026-04-14 17:01:45 -05:00
Sovran_Systems and GitHub
cba3d1d092
Merge pull request #238 from naturallaw777/copilot/fix-nft-regex-firewall-allowed-ports
...
[WIP] Fix nft regex to correctly capture allowed ports
2026-04-14 16:45:01 -05:00
Sovran_Systems and GitHub
7a28b138a9
Merge pull request #236 from naturallaw777/copilot/fix-listening-ports-detection
...
[WIP] Fix listening ports detection in the Hub dashboard
2026-04-14 16:20:37 -05:00
Sovran_Systems and GitHub
2d4a3fcdf2
Merge pull request #235 from naturallaw777/copilot/fix-ss-output-parsing-issue
...
[WIP] Fix parsing of local address in _get_listening_ports function
2026-04-14 16:06:15 -05:00
Sovran_Systems and GitHub
fefc7ff81a
Merge pull request #234 from naturallaw777/copilot/open-turn-ports-for-livekit
...
fix(element-call): open TURN firewall ports 5349/TCP and 3478/UDP
2026-04-14 13:24:18 -05:00
Sovran_Systems and GitHub
8dedd59cc0
Merge pull request #233 from naturallaw777/copilot/fix-99053422-1193689005-4a507209-0427-496c-b028-fcf5e0d153d0
...
[WIP] Move hardcoded firewall ports from configuration.nix to their respective modules
2026-04-14 08:46:21 -05:00
Sovran_Systems and GitHub
cfadd90d24
Merge pull request #232 from naturallaw777/copilot/fix-upgrade-to-server-desktop
...
Fix node→server+desktop upgrade: defer rebuild until after onboarding collects domains/SSL/ports
2026-04-13 19:48:20 -05:00
Sovran_Systems and GitHub
60723689e1
Merge pull request #231 from naturallaw777/copilot/fix-reboot-button-issues
...
[WIP] Fix reboot button functionality after system update
2026-04-13 19:03:06 -05:00
Sovran_Systems and GitHub
9fe6e108a9
Merge pull request #230 from naturallaw777/copilot/fix-reboot-button-local-computer
...
Fix reboot button hang and overlay spin-forever on local machine and LAN
2026-04-13 18:42:36 -05:00
Sovran_Systems and GitHub
20b1486547
Merge pull request #229 from naturallaw777/copilot/fix-reboot-issue-fetch-call
...
fix: use apiFetch in doReboot() to send session credentials with reboot request
2026-04-13 18:17:47 -05:00
Sovran_Systems and GitHub
9b5786fce1
Merge pull request #227 from naturallaw777/copilot/fix-btcpay-default-state
...
[WIP] Fix BTCPay Server default state in Node mode
2026-04-13 17:56:01 -05:00
Sovran_Systems and GitHub
9c15b458c4
Merge pull request #228 from naturallaw777/copilot/fix-reboot-overlay-stuck
...
[WIP] Fix reboot overlay getting stuck after system update
2026-04-13 17:55:44 -05:00
Sovran_Systems and GitHub
a8d182ffc5
Merge pull request #226 from naturallaw777/copilot/remove-sidebar-upgrade-btn-class
...
Remove constant accent highlight from "Upgrade to Full Server" sidebar button
2026-04-13 17:38:09 -05:00
Sovran_Systems and GitHub
f2a94fa1b5
Merge pull request #225 from naturallaw777/copilot/rename-sparrow-bisq-auto-link
...
Rename Sparrow/Bisq "Auto-Connect" to "Auto-Link" in Hub
2026-04-13 17:33:47 -05:00
Sovran_Systems and GitHub
df88f7c30a
Merge pull request #224 from naturallaw777/copilot/update-wallpaper-installation
...
[WIP] Update wallpaper installation to only include ultrawide version
2026-04-13 17:26:00 -05:00
Sovran_Systems and GitHub
40dd601e21
Merge pull request #223 from naturallaw777/copilot/replace-locks-with-initialization-script
...
Replace dconf locks with first-login theme initialization script
2026-04-13 17:20:40 -05:00
Sovran_Systems and GitHub
e47a238cc8
Merge pull request #222 from naturallaw777/copilot/update-password-labels-clarity
...
Clarify System Passwords labels and Change Password modal copy in Sovran Hub
2026-04-13 17:00:53 -05:00
Sovran_Systems and GitHub
7244f559c1
Merge pull request #221 from naturallaw777/copilot/update-sovran-hub-desktop-file
...
fix: match StartupWMClass to Brave's actual Wayland app_id for dock icon
2026-04-12 22:59:04 -05:00
Sovran_Systems and GitHub
08b3e5645e
Merge pull request #220 from naturallaw777/copilot/fix-brave-wrapper-flags
...
[WIP] Restore critical Brave flags in hub-brave-wrapper
2026-04-12 20:20:49 -05:00
Sovran_Systems and GitHub
0e1dbb8809
Merge pull request #219 from naturallaw777/copilot/fix-hub-autolaunch-script
...
fix: add coreutils to hub-autolaunch-script PATH
2026-04-12 20:14:21 -05:00
Sovran_Systems and GitHub
40180b5cb7
Merge pull request #218 from naturallaw777/copilot/fix-login-ux-issue
...
Auto-login on desktop launch: skip duplicate password prompt
2026-04-12 20:04:07 -05:00
Sovran_Systems and GitHub
75e79f2a16
Merge pull request #217 from naturallaw777/copilot/fix-sovran-hub-icon-matching
...
[WIP] Fix Sovran Hub icon matching in GNOME dock
2026-04-12 19:52:39 -05:00
Sovran_Systems and GitHub
1da6fb9cd6
Merge pull request #216 from naturallaw777/copilot/fix-sovran-hub-icon-issue-again
...
Fix Sovran Hub dock icon: set Wayland app_id to match .desktop StartupWMClass
2026-04-12 19:34:17 -05:00
Sovran_Systems and GitHub
0f8cdc9376
Merge pull request #215 from naturallaw777/copilot/fix-infinite-recursion-error
...
fix(nixos): break circular dependency between hub-brave-wrapper and sovran-hub-web
2026-04-12 19:16:57 -05:00
Sovran_Systems and GitHub
a2269c927e
Merge pull request #214 from naturallaw777/copilot/fix-sovran-hub-icon-issue
...
[WIP] Fix Sovran Hub icon not matching Brave window
2026-04-12 19:08:56 -05:00
Sovran_Systems and GitHub
5084d6ebb8
Merge pull request #213 from naturallaw777/copilot/remove-chroot-chpasswd-block
...
[WIP] Remove chroot/chpasswd block from installer script
2026-04-12 18:10:37 -05:00
Sovran_Systems and GitHub
3a59944967
Merge pull request #212 from naturallaw777/copilot/update-installer-password-prompt
...
[WIP] Update installer to show generated login password
2026-04-12 16:38:34 -05:00
Sovran_Systems and GitHub
317157de2d
Merge pull request #211 from naturallaw777/copilot/fix-headscale-cli-syntax
...
[WIP] Fix Headscale CLI syntax issues in documentation
2026-04-12 15:54:01 -05:00
Sovran_Systems and GitHub
7ba223a25a
Merge pull request #209 from naturallaw777/copilot/update-gnome-app-folders
...
[WIP] Update GNOME app folders to organize missing apps
2026-04-12 14:08:24 -05:00
Sovran_Systems and GitHub
e190cce593
Merge pull request #208 from naturallaw777/copilot/fix-ui-hang-on-update
...
fix: exempt update/rebuild status endpoints from auth to resolve post-restart UI hang
2026-04-12 13:49:07 -05:00
Sovran_Systems and GitHub
8565cda7b4
Merge pull request #207 from naturallaw777/copilot/fix-security-reset-overlay-issues
...
Fix security reset overlay: backdrop blur + close support modal on activation
2026-04-12 13:38:59 -05:00
Sovran_Systems and GitHub
17e6d0d180
Merge pull request #206 from naturallaw777/copilot/update-gnome-power-settings
...
[WIP] Update GNOME power management settings for server roles
2026-04-12 13:18:24 -05:00
Sovran_Systems and GitHub
be0eebdb8b
Merge pull request #205 from naturallaw777/copilot/fix-security-banner-issue
...
Fix security banner reappearing after global security reset
2026-04-12 13:13:18 -05:00
Sovran_Systems and GitHub
116197e9fb
Merge pull request #204 from naturallaw777/copilot/add-login-page-for-hub-authentication
...
Add password authentication to Sovran Hub web interface
2026-04-12 10:42:05 -05:00
Sovran_Systems and GitHub
1dac6a0527
Merge pull request #203 from naturallaw777/copilot/fix-gnome-keyring-authentication
...
fix: disable auto-login, diceware passwords, decoupled security reset UX
2026-04-12 10:12:12 -05:00
Sovran_Systems and GitHub
ec641b1b9b
Merge pull request #202 from naturallaw777/copilot/fix-sovran-hub-update-issue
...
Fix update process killed mid-run by nixos-rebuild switch
2026-04-12 09:23:04 -05:00
Sovran_Systems and GitHub
37bc0c6192
Merge pull request #201 from naturallaw777/copilot/fix-update-modal-message
...
fix: check_for_updates() tri-state return to unblock updates on inconclusive checks
2026-04-12 07:59:45 -05:00
Sovran_Systems and GitHub
bd1acfa266
Merge pull request #200 from naturallaw777/copilot/fix-dconf-settings-priority
...
[WIP] Fix dconf settings priority for GNOME custom configurations
2026-04-12 07:25:48 -05:00
Sovran_Systems and GitHub
3ead52583f
Merge pull request #199 from naturallaw777/copilot/fix-stale-status-logging
...
Fix update modal UX when hub restarts mid-update
2026-04-12 07:17:59 -05:00
Sovran_Systems and GitHub
a48fe1c882
Merge pull request #198 from naturallaw777/copilot/add-gnome-keyring-unlock-service
...
Unlock GNOME Keyring on session start using stored free-user password
2026-04-12 06:49:28 -05:00
Sovran_Systems and GitHub
f66de58b78
Merge pull request #197 from naturallaw777/copilot/fix-update-modal-bad-ux
...
[WIP] Fix update modal to show system status correctly
2026-04-12 00:01:37 -05:00
Sovran_Systems and GitHub
f0f9f6854c
Merge pull request #196 from naturallaw777/copilot/fix-sparrow-desktop-references
...
fix: correct Sparrow desktop entry filename in dock favorites and Bitcoin app folder
2026-04-11 23:49:10 -05:00
Sovran_Systems and GitHub
9dab44f7e3
Merge pull request #195 from naturallaw777/copilot/fix-disabled-bitcoin-tile-sync
...
Fix disabled Bitcoin tile incorrectly showing "Syncing Timechain" when another variant is active
2026-04-11 23:36:19 -05:00
Sovran_Systems and GitHub
5d43f7e0d7
Merge pull request #194 from naturallaw777/copilot/fix-update-system-ux-issue
...
Fix false "Update complete" + Reboot button when no updates are available
2026-04-11 23:30:26 -05:00
Sovran_Systems and GitHub
70d5286f87
Merge pull request #193 from naturallaw777/copilot/fix-update-system-flow
...
fix: skip update flow when no updates are available
2026-04-11 23:14:11 -05:00
Sovran_Systems and GitHub
82ecf581c3
Merge pull request #192 from naturallaw777/copilot/fix-iso-build-warning-root-password-options
...
Fix ISO build warning: multiple root password options set
2026-04-11 21:20:24 -05:00
Sovran_Systems and GitHub
ad4337c12f
Merge pull request #191 from naturallaw777/copilot/fix-update-modal-race-condition
...
fix: correct stale RUNNING update status after hub restart mid-update
2026-04-11 20:51:19 -05:00
Sovran_Systems and GitHub
ab1150266b
Merge pull request #190 from naturallaw777/copilot/update-vaultwarden-icon-color
...
[WIP] Change Vaultwarden icon color to white
2026-04-11 20:10:12 -05:00
Sovran_Systems and GitHub
903be87154
Merge pull request #189 from naturallaw777/copilot/fix-headscale-database-deprecation
...
Fix deprecated Headscale database settings for nixos-unstable
2026-04-11 19:54:36 -05:00
Sovran_Systems and GitHub
aae1aa8779
Merge pull request #188 from naturallaw777/copilot/cleanup-remove-reverse-ssh-tunnel-code
...
Remove reverse SSH tunnel, fix enrollToken footgun, fix RDP/deploy-key docs
2026-04-11 19:21:04 -05:00
Sovran_Systems and GitHub
8f8cc15ff4
Merge pull request #187 from naturallaw777/copilot/build-remote-deployment-system
...
Add Headscale-based remote deployment system with auto-provisioning ISO support
2026-04-11 18:37:58 -05:00
Sovran_Systems and GitHub
163afcc7e3
Merge pull request #186 from naturallaw777/copilot/add-remote-deployment-mode
...
feat: Remote deployment mode for headless install and post-install access
2026-04-11 17:31:14 -05:00
Sovran_Systems and GitHub
5a3432a93b
Merge pull request #185 from naturallaw777/copilot/add-svg-wallpapers
...
Replace fetchurl wallpaper with in-repo SVGs + one-shot resolution-aware init
2026-04-11 16:57:20 -05:00
Sovran_Systems and GitHub
e9b94123b5
Merge pull request #184 from naturallaw777/copilot/add-legacy-cleanup-module
...
Add legacy Sovran_Systems cleanup on nixos-rebuild switch
2026-04-11 16:15:04 -05:00