anki-sync-server: fix typo

This commit is contained in:
Ben Siraphob 2024-06-19 11:22:35 +07:00 committed by GitHub
parent 31a131649c
commit a79a4ec458
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,7 +52,7 @@ following options:
```nix
{
services.anki-sync-server.host = "0.0.0.0";
services.anki-sync-server.address = "0.0.0.0";
services.anki-sync-server.openFirewall = true;
}
```