Skip to content
Unverified Commit c853b348 authored by Brian Olsen's avatar Brian Olsen
Browse files

nixos/rspamd: Fix enable for locals and overrides

When implementing #49620 I included an enable option for both the
locals and overrides options but the code writing the files didn't
actually look at enable and so would write the file regardless of its
value. I also set the type to loaOf which should have been attrsOf
since the code was not written to handle the options being lists.

This fixes both of those issues.
parent 5c63ee62
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment