xandikos: fix port

This commit is contained in:
Payas Relekar 2023-06-05 03:25:12 +05:30
parent a67c72579c
commit 87f9692664

View file

@ -113,7 +113,7 @@
xandikos = {
enable = true;
address = "127.0.0.1";
port = "23232";
port = 23232;
extraOptions = [
"--autocreate"
];