From e7300063b4f37c3b8120c9d0fb3ebc3e99c716f7 Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 1 Jul 2020 13:43:07 +0200 Subject: ma ham/calendar: init nextcloud --- 2configs/ham/calendar/nextcloud.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 2configs/ham/calendar/nextcloud.nix diff --git a/2configs/ham/calendar/nextcloud.nix b/2configs/ham/calendar/nextcloud.nix new file mode 100644 index 000000000..0be23ad7b --- /dev/null +++ b/2configs/ham/calendar/nextcloud.nix @@ -0,0 +1,8 @@ +let + cred = import ; +in +{ + platform = "caldav"; + inherit (cred) username password; + url = "https://o.euer.krebsco.de/remote.php/dav"; +} -- cgit v1.2.3