Skip to content

Commit

Permalink
nixos/etesync-dav: fix default apiurl
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzBischof committed Nov 23, 2024
1 parent cdc84fd commit 1473c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/misc/etesync-dav.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.";
};

Expand Down

0 comments on commit 1473c41

Please sign in to comment.