nixos/etesync-dav: update default apiurl (#358373)

This commit is contained in:
Weijia Wang 2024-11-23 13:11:08 +01:00 committed by GitHub
commit c9a8698f80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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