update
This commit is contained in:
@@ -103,25 +103,25 @@
|
||||
basePath = ".calendar";
|
||||
accounts.personal = {
|
||||
primary = true;
|
||||
primaryCollection = "default";
|
||||
primaryCollection = "personal";
|
||||
remote = {
|
||||
type = "caldav";
|
||||
url = "https://baikal.michaelthomson.dev/dav.php";
|
||||
url = "https://nextcloud.michaelthomson.dev/remote.php/dav";
|
||||
userName = "michael@michaelthomson.dev";
|
||||
passwordCommand = [
|
||||
"pass"
|
||||
"calendar/michael@michaelthomson.dev"
|
||||
"rbw"
|
||||
"get"
|
||||
"nextcloud.michaelthomson.dev"
|
||||
];
|
||||
};
|
||||
vdirsyncer = {
|
||||
enable = true;
|
||||
auth = "basic";
|
||||
collections = ["default" "shared"];
|
||||
collections = ["personal"];
|
||||
};
|
||||
khal = {
|
||||
enable = true;
|
||||
addresses = ["michael@michaelthomson.dev"];
|
||||
type = "discover";
|
||||
type = "calendar";
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -134,22 +134,26 @@
|
||||
};
|
||||
remote = {
|
||||
type = "carddav";
|
||||
url = "https://baikal.michaelthomson.dev/dav.php";
|
||||
url = "https://nextcloud.michaelthomson.dev/remote.php/dav";
|
||||
userName = "michael@michaelthomson.dev";
|
||||
passwordCommand = [
|
||||
"pass"
|
||||
"calendar/michael@michaelthomson.dev"
|
||||
"rbw"
|
||||
"get"
|
||||
"nextcloud.michaelthomson.dev"
|
||||
];
|
||||
};
|
||||
vdirsyncer = {
|
||||
enable = true;
|
||||
auth = "basic";
|
||||
collections = ["default"];
|
||||
collections = ["contacts"];
|
||||
};
|
||||
khal = {
|
||||
enable = true;
|
||||
addresses = ["michael@michaelthomson.dev"];
|
||||
collections = ["default"];
|
||||
collections = ["contacts"];
|
||||
};
|
||||
khard = {
|
||||
enable = true;
|
||||
defaultCollection = "contacts";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user