Do not enable forward-filter by default
This commit is contained in:
parent
a195a4b663
commit
438e3f7099
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user