diff options
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 |
