naturallaw777
  • https://freeasabove.xyz
  • Anarchist (No Masters, No Slaves), Natural Law, Bitcoin, and Esoteric Knowledge. Ethical Vegan.

  • Joined on 2022-12-11
naturallaw777 pushed to staging-dev at Sovran_Systems/Sovran_SystemsOS 2026-04-07 21:50:08 -05:00
8413093d43 Merge pull request #139 from naturallaw777/copilot/fix-flake-lock-issue
1a8a1736bf fix: pre-resolve flake lock to staging-dev during installation
51c7d172b3 Initial plan
Compare 3 commits »
naturallaw777 pushed to staging-dev at Sovran_Systems/Sovran_SystemsOS 2026-04-07 19:56:07 -05:00
6999ae5680 Merge pull request #138 from naturallaw777/copilot/fix-onboarding-wizard-issues
0c3f74e7de Fix onboarding wizard: remove scroll boxes, fix footer spacing, add per-field save buttons
d2703ff84b Initial plan
Compare 3 commits »
naturallaw777 pushed to staging-dev at Sovran_Systems/Sovran_SystemsOS 2026-04-07 19:43:10 -05:00
1a9e0825fc Merge pull request #137 from naturallaw777/copilot/fix-onboarding-visual-consistency
284a861927 Fix onboarding wizard: consistent card styling, footer spacing, and password description
60084c292e Initial plan
Compare 3 commits »
naturallaw777 pushed to staging-dev at Sovran_Systems/Sovran_SystemsOS 2026-04-07 19:39:50 -05:00
02b4e6b5b4 Merge pull request #136 from naturallaw777/copilot/fix-domain-configuration-in-modal
fa22a080b9 fix: replace broken Feature Manager references with Configure Domain button
70f0af98f6 Initial plan
Compare 3 commits »
naturallaw777 pushed to staging-dev at Sovran_Systems/Sovran_SystemsOS 2026-04-07 19:24:39 -05:00
cd4df316ae Merge pull request #135 from naturallaw777/copilot/fix-bitcoind-i-o-error
ff55dce746 Add mount dependency for bitcoind and electrs systemd services
5a86c03f74 Initial plan
Compare 3 commits »
naturallaw777 pushed to staging-dev at Sovran_Systems/Sovran_SystemsOS 2026-04-07 17:59:56 -05:00
1c2df46ac4 updated installer.py
naturallaw777 pushed to staging-dev at Sovran_Systems/Sovran_SystemsOS 2026-04-07 17:36:29 -05:00
8839620e63 updated caddy.nix
naturallaw777 pushed to staging-dev at Sovran_Systems/Sovran_SystemsOS 2026-04-07 17:02:45 -05:00
c03126e8f8 .iso update
naturallaw777 pushed to staging-dev at Sovran_Systems/Sovran_SystemsOS 2026-04-07 16:42:55 -05:00
10ef36859d Merge pull request #132 from naturallaw777/copilot/fix-ownership-permissions
6d1c360c02 Replace tmpfiles rules with systemd oneshot service for recursive chown on second drive
3b73eb3bd1 Initial plan
Compare 3 commits »
naturallaw777 pushed to staging-dev at Sovran_Systems/Sovran_SystemsOS 2026-04-07 16:41:30 -05:00
4acb75f2bd Merge pull request #133 from naturallaw777/copilot/update-deployed-flake-url
77e2fb2537 Fix installer DEPLOYED_FLAKE to point to staging-dev branch
c7bbb97a68 Initial plan
Compare 3 commits »
naturallaw777 pushed to staging-dev at Sovran_Systems/Sovran_SystemsOS 2026-04-07 16:17:11 -05:00
6ffcc056ad Merge pull request #131 from naturallaw777/copilot/fix-sovran-legacy-security-check
742f680d0d fix: replace Python crypt module with openssl passwd for Python 3.13 compatibility
c872f1c6b0 Initial plan
Compare 3 commits »
naturallaw777 pushed to staging-dev at Sovran_Systems/Sovran_SystemsOS 2026-04-07 15:48:33 -05:00
bc5a40f143 Merge pull request #130 from naturallaw777/copilot/add-sovran-auto-seal-service
c2bd3f6273 Add sovran-auto-seal systemd service to factory-seal.nix
343dee3576 Initial plan
Compare 3 commits »
naturallaw777 pushed to staging-dev at Sovran_Systems/Sovran_SystemsOS 2026-04-07 15:21:31 -05:00
ebcafd3c6d Merge pull request #129 from naturallaw777/copilot/add-tmpfiles-rules-for-bitcoin-electrs
5231b5ca4b Add systemd.tmpfiles.rules for Bitcoin/Electrs directory permissions
cd4a17fe31 Initial plan
Compare 3 commits »
naturallaw777 pushed to staging-dev at Sovran_Systems/Sovran_SystemsOS 2026-04-07 15:21:10 -05:00
1195456bee Merge pull request #128 from naturallaw777/copilot/fix-flake-nix-references
48de6b9821 fix(installer): improve error handling for deployed flake.nix write
d3a5b3e6ef fix(installer): write deployed flake.nix and remove flake.lock after install cleanup
3c4c6c7389 Initial plan
Compare 4 commits »
naturallaw777 pushed to staging-dev at Sovran_Systems/Sovran_SystemsOS 2026-04-07 13:56:38 -05:00
876f728aa2 Merge pull request #127 from naturallaw777/copilot/update-api-password-check
950a6dabd8 Use /etc/shadow as source of truth for factory default password detection
1d9589a186 Initial plan
Compare 3 commits »
naturallaw777 pushed to staging-dev at Sovran_Systems/Sovran_SystemsOS 2026-04-07 13:29:58 -05:00
b13fa7dc05 Merge pull request #126 from naturallaw777/copilot/fix-security-warning-reappearance
069f6c3ec7 Avoid storing password in variable to prevent process listing exposure
5a27b79b51 Fix security warning reappearing after every reboot
72453c80bf Initial plan
Compare 4 commits »
naturallaw777 pushed to staging-dev at Sovran_Systems/Sovran_SystemsOS 2026-04-07 13:14:22 -05:00
14800ffb1e update flake
naturallaw777 pushed to staging-dev at Sovran_Systems/Sovran_SystemsOS 2026-04-07 13:13:07 -05:00
e2f36d01bc update flake
naturallaw777 pushed to staging-dev at Sovran_Systems/Sovran_SystemsOS 2026-04-07 13:11:40 -05:00
55b231b456 update flake and installer
naturallaw777 pushed to staging-dev at Sovran_Systems/Sovran_SystemsOS 2026-04-07 12:52:13 -05:00
b4b2607df1 Merge pull request #125 from naturallaw777/copilot/update-security-check-for-unsealed-state
ac9ba4776c Detect and warn when machine was set up without factory seal
85aca0d022 Initial plan
Compare 3 commits »