mirror of
https://github.com/nix-community/home-manager.git
synced 2024-12-14 11:57:55 +00:00
etesync-dav: update default server URL
This commit is contained in:
parent
b1c19f1dcb
commit
ad48eb25cd
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ in {
|
||||||
|
|
||||||
serverUrl = mkOption {
|
serverUrl = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "https://api.etesync.com/";
|
default = "https://api.etebase.com/partner/etesync/";
|
||||||
description = "The URL to the etesync server.";
|
description = "The URL to the etesync server.";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue