anki-sync-server: listen on all hosts
This commit is contained in:
parent
eb91f08503
commit
ec5022d671
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
services.anki-sync-server = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
address = "100.108.113.89";
|
||||
address = "0.0.0.0";
|
||||
port = 27701;
|
||||
users = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue