1
0
Fork 0

Do not enable forward-filter by default

This commit is contained in:
clerie 2022-07-14 23:38:51 +02:00
parent a195a4b663
commit 438e3f7099
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ in
clerie.forward-filter = { clerie.forward-filter = {
enable = mkOption { enable = mkOption {
type = types.bool; type = types.bool;
default = true; default = false;
description = description =
'' ''
Whether to enable the forward-filter. It gives basic control about Whether to enable the forward-filter. It gives basic control about