Do not enable forward-filter by default
This commit is contained in:
parent
a195a4b663
commit
438e3f7099
@ -61,7 +61,7 @@ in
|
||||
clerie.forward-filter = {
|
||||
enable = mkOption {
|
||||
type = types.bool;
|
||||
default = true;
|
||||
default = false;
|
||||
description =
|
||||
''
|
||||
Whether to enable the forward-filter. It gives basic control about
|
||||
|
Loading…
Reference in New Issue
Block a user