summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2020-07-01 13:43:07 +0200
committermakefu <github@syntax-fehler.de>2020-07-01 13:43:07 +0200
commite7300063b4f37c3b8120c9d0fb3ebc3e99c716f7 (patch)
tree856da7635c30090219327cfeeb3caa378be95456
parent44115a098050cb948a2c71558a6488af2342c11d (diff)
ma ham/calendar: init nextcloud
-rw-r--r--2configs/ham/calendar/nextcloud.nix8
1 files changed, 8 insertions, 0 deletions
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 <secrets/ham/nextcloud-calendar>;
+in
+{
+ platform = "caldav";
+ inherit (cred) username password;
+ url = "https://o.euer.krebsco.de/remote.php/dav";
+}