From 505074dfc3f023c2eae8556dad9ccbc930e7917d Mon Sep 17 00:00:00 2001 From: jemagius Date: Sat, 12 Oct 2024 11:12:00 +0200 Subject: [PATCH] feat: add DGNum's NextCloud as provider for calendars in metis Signed-off-by: jemagius --- providers.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/providers.nix b/providers.nix index a907cf8..52acbd5 100644 --- a/providers.nix +++ b/providers.nix @@ -2,6 +2,7 @@ let providers = { eleves-ens = "cloud.eleves.ens.fr"; frama-agenda = "framagenda.org"; + dgnum-nc = "cloud.dgnum.eu"; }; in builtins.mapAttrs (name: value: "https://${value}/remote.php/dav/public-calendars/") providers