chore(module): remove "template" generator type

This commit is contained in:
technofab 2026-01-28 14:40:22 +01:00
parent 0cadca0298
commit 481b9c4a38
Signed by: technofab
SSH key fingerprint: SHA256:bV4h88OqS/AxjbPn66uUdvK9JsgIW4tv3vwJQ8tpMqQ

View file

@ -30,7 +30,7 @@ in {
};
generator = mkOption {
type = types.enum ["nix" "string" "derivation" "gomplate" "jinja" "mustache" "template"];
type = types.enum ["nix" "string" "derivation" "gomplate" "jinja" "mustache"];
description = ''
Which engine to use for content generation.
'';