1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2024-12-14 11:57:55 +00:00

etesync-dav: update default server URL

This commit is contained in:
LorenzBischof 2024-11-23 11:56:19 +01:00 committed by Robert Helgesson
parent b1c19f1dcb
commit ad48eb25cd
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED

View file

@ -25,7 +25,7 @@ in {
serverUrl = mkOption { serverUrl = mkOption {
type = types.str; type = types.str;
default = "https://api.etesync.com/"; default = "https://api.etebase.com/partner/etesync/";
description = "The URL to the etesync server."; description = "The URL to the etesync server.";
}; };