diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/groups.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/groups.conf b/conf/groups.conf index 734a710fb..04b777e6b 100644 --- a/conf/groups.conf +++ b/conf/groups.conf @@ -95,5 +95,11 @@ group "excessb64" { .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/excessb64_group.conf" } +# Not defined by default +group "neural" { + .include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/neural_group.conf" + .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/neural_group.conf" +} + .include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/groups.conf" .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/groups.conf"
\ No newline at end of file |