mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
etesync-dav: update default server URL
Some checks are pending
GitHub Pages / publish (ubuntu-latest) (push) Waiting to run
Some checks are pending
GitHub Pages / publish (ubuntu-latest) (push) Waiting to run
This commit is contained in:
committed by
Robert Helgesson
parent
b1c19f1dcb
commit
ad48eb25cd
@@ -25,7 +25,7 @@ in {
|
||||
|
||||
serverUrl = mkOption {
|
||||
type = types.str;
|
||||
default = "https://api.etesync.com/";
|
||||
default = "https://api.etebase.com/partner/etesync/";
|
||||
description = "The URL to the etesync server.";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user