Corrects the acme-dns 2.0.2 database engine identifier from legacy sqlite3 to sqlite.
Why
The initial live staging deployment revealed that the packaged 2.x binary registers the embedded driver as sqlite; sqlite3 left its API running but unable to create the restricted account.
Evidence
The upstream 2.0.2 sample configuration specifies engine = "sqlite".
NixOS configuration evaluation succeeds with the correction.
The first deployment’s fault was contained to localhost registration; no acme-dns account was created and no Gandi DNS was modified.
After merging, I will repeat the required nixos-rebuild test, health verification, and switch, then bootstrap the account.
## What changed
Corrects the acme-dns 2.0.2 database engine identifier from legacy `sqlite3` to `sqlite`.
## Why
The initial live staging deployment revealed that the packaged 2.x binary registers the embedded driver as `sqlite`; `sqlite3` left its API running but unable to create the restricted account.
## Evidence
- The upstream 2.0.2 sample configuration specifies `engine = "sqlite"`.
- NixOS configuration evaluation succeeds with the correction.
- The first deployment’s fault was contained to localhost registration; no acme-dns account was created and no Gandi DNS was modified.
After merging, I will repeat the required `nixos-rebuild test`, health verification, and `switch`, then bootstrap the account.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
What changed
Corrects the acme-dns 2.0.2 database engine identifier from legacy
sqlite3tosqlite.Why
The initial live staging deployment revealed that the packaged 2.x binary registers the embedded driver as
sqlite;sqlite3left its API running but unable to create the restricted account.Evidence
engine = "sqlite".After merging, I will repeat the required
nixos-rebuild test, health verification, andswitch, then bootstrap the account.