remove apply's optionType, fixes duplicate definition error

This commit is contained in:
Kiara Grouwstra 2025-07-21 20:47:47 +02:00
parent 00fe3b769d
commit 8ba758bac7
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

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