summaryrefslogtreecommitdiffstats
path: root/makefu/2configs
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
commitf00a03ec100545e17bb60e41ebe6d54a69c622b7 (patch)
tree618e2f9323f0b8975a145e155cf463fda7d8670d /makefu/2configs
parenta04b507083e38adffe114bf5ab39ddcbc0585052 (diff)
ma ham/calendar: init nextcloud
Diffstat (limited to 'makefu/2configs')
-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 00000000..0be23ad7
--- /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";
+}