nixos/etesync-dav: update default apiurl

(cherry picked from commit c5d7865d83)
This commit is contained in:
LorenzBischof 2024-11-23 11:02:58 +01:00 committed by github-actions[bot]
parent 38f6e197be
commit b86fd8cca1

View File

@ -20,7 +20,7 @@ in
apiUrl = lib.mkOption {
type = lib.types.str;
default = "https://api.etesync.com/";
default = "https://api.etebase.com/partner/etesync/";
description = "The url to the etesync API.";
};