ma ham/calendar: init nextcloud

This commit is contained in:
makefu 2020-07-01 13:43:07 +02:00
parent 44115a0980
commit e7300063b4

View file

@ -0,0 +1,8 @@
let
cred = import <secrets/ham/nextcloud-calendar>;
in
{
platform = "caldav";
inherit (cred) username password;
url = "https://o.euer.krebsco.de/remote.php/dav";
}