nixos/etesync-dav: update default apiurl

This commit is contained in:
LorenzBischof
2024-11-23 11:41:32 +01:00
parent cdc84fdd5e
commit c5d7865d83
+1 -1
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.";
};