From e2f0ca2c8c56600ae148c307b59b280abc1ff8b0 Mon Sep 17 00:00:00 2001 From: Valentin Date: Sat, 20 Dec 2025 18:22:16 +0100 Subject: =?UTF-8?q?Datentyp=20f=C3=BCr=20Termine?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/framework/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'www/framework/default.nix') diff --git a/www/framework/default.nix b/www/framework/default.nix index 0cc9049..e202361 100644 --- a/www/framework/default.nix +++ b/www/framework/default.nix @@ -32,6 +32,14 @@ in type = with types; attrsOf (either path (submodule config.types.file)); }; + events = mkOption { + description = '' + Termine + ''; + type = with types; attrsOf (submodule config.types.event); + default = { }; + }; + redirects.raw = mkOption { description = '' Weiterleitungen aller historischen Dateipfade auf Kanonische Pfade -- cgit v1.2.3