ma ham/calendar: init nextcloud
This commit is contained in:
parent
44115a0980
commit
e7300063b4
8
2configs/ham/calendar/nextcloud.nix
Normal file
8
2configs/ham/calendar/nextcloud.nix
Normal file
|
@ -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";
|
||||
}
|
Loading…
Reference in a new issue