stockholm/makefu/2configs/ham/calendar/nextcloud.nix
2020-07-01 13:43:07 +02:00

9 lines
172 B
Nix

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