summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/ham/calendar/nextcloud.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/2configs/ham/calendar/nextcloud.nix')
-rw-r--r--makefu/2configs/ham/calendar/nextcloud.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/makefu/2configs/ham/calendar/nextcloud.nix b/makefu/2configs/ham/calendar/nextcloud.nix
new file mode 100644
index 000000000..0be23ad7b
--- /dev/null
+++ b/makefu/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";
+}