From c5d7865d837e7a882fb137c826faf3103ca076ea Mon Sep 17 00:00:00 2001 From: LorenzBischof <1837725+LorenzBischof@users.noreply.github.com> Date: Sat, 23 Nov 2024 11:02:58 +0100 Subject: [PATCH] nixos/etesync-dav: update default apiurl --- nixos/modules/services/misc/etesync-dav.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/misc/etesync-dav.nix b/nixos/modules/services/misc/etesync-dav.nix index 2cccc51d1fbf..d9a8a137e82e 100644 --- a/nixos/modules/services/misc/etesync-dav.nix +++ b/nixos/modules/services/misc/etesync-dav.nix @@ -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."; };