From 1473c4138b6b5f11d78a62e43c412928bde3c275 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: fix 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 2cccc51d1fbf37..8cb5250d6893b1 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"; description = "The url to the etesync API."; };