Convert onecli-reseed to a manually-invoked script (flakes-2ey6)
Remove the systemd service for onecli-init-ca-and-secrets and replace with a plain onecli-reseed command. Launch is manual so systemd wantedBy/autostart causes more trouble than itβs worth.
Summary of Changes
- Renamed
initScriptβreseedScriptwith binary nameonecli-reseed - Added
reseedScripttoenvironment.systemPackagesdirectly - Removed
systemd.services.onecli-init-ca-and-secretsblock entirely - Deleted
onecli-init-ca-and-secrets.bash(was justsudo systemctl start ...) - Removed auto-start block from
mise run _switch-host - Updated
mise run restart-oneclito callsudo onecli-reseeddirectly