diff options
author | makefu <github@syntax-fehler.de> | 2020-07-01 13:43:07 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2020-07-01 13:43:07 +0200 |
commit | f00a03ec100545e17bb60e41ebe6d54a69c622b7 (patch) | |
tree | 618e2f9323f0b8975a145e155cf463fda7d8670d /makefu/2configs/ham/calendar/nextcloud.nix | |
parent | a04b507083e38adffe114bf5ab39ddcbc0585052 (diff) |
ma ham/calendar: init nextcloud
Diffstat (limited to 'makefu/2configs/ham/calendar/nextcloud.nix')
-rw-r--r-- | makefu/2configs/ham/calendar/nextcloud.nix | 8 |
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"; +} |