From f00a03ec100545e17bb60e41ebe6d54a69c622b7 Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 1 Jul 2020 13:43:07 +0200 Subject: ma ham/calendar: init nextcloud --- makefu/2configs/ham/calendar/nextcloud.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 makefu/2configs/ham/calendar/nextcloud.nix (limited to 'makefu/2configs/ham') diff --git a/makefu/2configs/ham/calendar/nextcloud.nix b/makefu/2configs/ham/calendar/nextcloud.nix new file mode 100644 index 00000000..0be23ad7 --- /dev/null +++ b/makefu/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