mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 05:29:46 +01:00
etesync-dav: fix typo (#2067)
Upstream (https://github.com/etesync/etesync-dav/blob/master/README.md#configuration-and-running) uses 37358 as default port.
This commit is contained in:
parent
5eb199e937
commit
e9ed9c2e11
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ in {
|
||||||
example = literalExample ''
|
example = literalExample ''
|
||||||
{
|
{
|
||||||
ETESYNC_LISTEN_ADDRESS = "localhost";
|
ETESYNC_LISTEN_ADDRESS = "localhost";
|
||||||
ETESYNC_LISTEN_PORT = 37385;
|
ETESYNC_LISTEN_PORT = 37358;
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
description = ''
|
description = ''
|
||||||
|
|
Loading…
Reference in a new issue