stockholm/makefu/2configs/ham/calendar/nextcloud.nix

9 lines
172 B
Nix
Raw Normal View History

2020-07-01 11:43:07 +00:00
let
cred = import <secrets/ham/nextcloud-calendar>;
in
{
platform = "caldav";
inherit (cred) username password;
url = "https://o.euer.krebsco.de/remote.php/dav";
}