Keyboard shortcuts

Press ← or β†’ to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Convert onecli-reseed to a manually-invoked script (flakes-2ey6)

StatusDone
TypeTask
Prioritynormal

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 β†’ reseedScript with binary name onecli-reseed
  • Added reseedScript to environment.systemPackages directly
  • Removed systemd.services.onecli-init-ca-and-secrets block entirely
  • Deleted onecli-init-ca-and-secrets.bash (was just sudo systemctl start ...)
  • Removed auto-start block from mise run _switch-host
  • Updated mise run restart-onecli to call sudo onecli-reseed directly