mirror of
https://github.com/nix-community/home-manager
synced 2025-01-26 19:05:02 +01:00
etesync-dav: update default server URL
This commit is contained in:
parent
b1c19f1dcb
commit
ad48eb25cd
1 changed files with 1 additions and 1 deletions
|
@ -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.";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue