summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/ham/calendar/nextcloud.nix
blob: 0be23ad7b281c37f51589e0bc1cf1558905ff0e8 (plain)
1
2
3
4
5
6
7
8
let
  cred = import <secrets/ham/nextcloud-calendar>;
in
{
  platform = "caldav";
  inherit (cred) username password;
  url = "https://o.euer.krebsco.de/remote.php/dav";
}