ma ham/calendar: init nextcloud

This commit is contained in:
makefu 2020-07-01 13:43:07 +02:00
parent a04b507083
commit f00a03ec10
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

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";
}