diff options
| author | Valentin <valentin@fricklerhandwerk.de> | 2025-12-20 18:22:16 +0100 |
|---|---|---|
| committer | Valentin <valentin@fricklerhandwerk.de> | 2025-12-22 19:08:55 +0100 |
| commit | e2f0ca2c8c56600ae148c307b59b280abc1ff8b0 (patch) | |
| tree | d1ba550d933a6b6d65cda096361ece4b9253621c /www/framework/default.nix | |
| parent | 8b0a011c7c37d882a2e12ea8de38acaa9e782d38 (diff) | |
Datentyp für Termine
Diffstat (limited to 'www/framework/default.nix')
| -rw-r--r-- | www/framework/default.nix | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
