nixos/etesync-dav: update default apiurl (#358373)
This commit is contained in:
commit
c9a8698f80
@ -20,7 +20,7 @@ in
|
|||||||
|
|
||||||
apiUrl = lib.mkOption {
|
apiUrl = lib.mkOption {
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
default = "https://api.etesync.com/";
|
default = "https://api.etebase.com/partner/etesync/";
|
||||||
description = "The url to the etesync API.";
|
description = "The url to the etesync API.";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user