feat(web01): Deploy multiple linkals on linkal.dgnum.eu

This commit is contained in:
Tom Hubrecht 2023-09-26 18:12:56 +02:00
parent 156310fdce
commit 2857736e6b
4 changed files with 117 additions and 1 deletions

View file

@ -0,0 +1,32 @@
_:
let
host = "linkal.dgnum.eu";
calendarGroups = {
luj-current = {
port = 8443;
calendars = {
"https://cloud.eleves.ens.fr/remote.php/dav/public-calendars/LLWm8qK9iC5YGrrR" = {
name = "Délégation Générale";
short_name = "DG";
};
"https://cloud.eleves.ens.fr/remote.php/dav/public-calendars/fRtjDkjrZyn6fxd8" = {
name = "K-Fêt";
color = "#c63b52";
default_location = "K-Fêt";
};
};
};
};
in {
imports = [ ./module.nix ];
dgn-linkal = {
enable = true;
domain = host;
inherit calendarGroups;
};
}