2020-07-01 11:43:07 +00:00
|
|
|
let
|
|
|
|
cred = import <secrets/ham/nextcloud-calendar>;
|
|
|
|
in
|
|
|
|
{
|
2020-11-18 21:23:33 +00:00
|
|
|
services.home-assistant.config.calendar =
|
|
|
|
[
|
|
|
|
{
|
|
|
|
platform = "caldav";
|
|
|
|
inherit (cred) username password;
|
|
|
|
url = "https://o.euer.krebsco.de/remote.php/dav";
|
|
|
|
}
|
|
|
|
];
|
2020-07-01 11:43:07 +00:00
|
|
|
}
|