diff options
| -rw-r--r-- | makefu/2configs/deployment/dirctator.nix | 6 | 
1 files changed, 5 insertions, 1 deletions
diff --git a/makefu/2configs/deployment/dirctator.nix b/makefu/2configs/deployment/dirctator.nix index b8e61955d..4f2f8818d 100644 --- a/makefu/2configs/deployment/dirctator.nix +++ b/makefu/2configs/deployment/dirctator.nix @@ -25,6 +25,10 @@ in {        stdout { codec => rubydebug }        exec { command => "${runit} '%{message}" }      ''; -    plugins = [ ]; +    extraSettings = '' +      path.plugins: [ "${pkgs.logstash-output-exec}" ] +    ''; +    ## NameError: `@path.plugins' is not allowable as an instance variable name +    # plugins = [ pkgs.logstash-output-exec ];    };  }  | 
