nixos/etesync-dav: update default apiurl

This commit is contained in:
LorenzBischof 2024-11-23 11:02:58 +01:00
parent cdc84fdd5e
commit c5d7865d83
No known key found for this signature in database

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.";
};