0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

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 ```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; services.anki-sync-server.openFirewall = true;
} }
``` ```