nixos/etesync-dav: update default apiurl
This commit is contained in:
parent
cdc84fdd5e
commit
c5d7865d83
@ -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.";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user