MyNixOS website logo

Tirith policy configuration. Written to $XDG_CONFIG_HOME/tirith/policy.yaml.

See https://github.com/sheeki03/tirith/blob/main/docs/cookbook.md for policy examples.

Declarations
Type
YAML 1.1 value
Default
{ }
Example
{
  version = 1;
  fail_mode = "open";
  allow_bypass = true;
  severity_overrides = {
    docker_untrusted_registry = "CRITICAL";
  };
}