type policy.apply

This commit is contained in:
Kiara Grouwstra 2025-07-20 09:39:25 +02:00
parent a8e56f0456
commit 05b2d41791
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -55,6 +55,7 @@ in
{ {
options.apply = mkOption { options.apply = mkOption {
description = "Apply the policy to a request"; description = "Apply the policy to a request";
type = optionType;
}; };
} }
]; ];