(T)im's N(ix) Flake, Multi-Host Configurations for all of my machines! 74k1.sh/
nixos nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(graylog): adjust port

74k1 d7ef5610 61dec471

+2 -2
+2 -2
modules/nixos/daemons/graylog/default.nix
··· 16 16 extraConfig = '' 17 17 http_bind_address = 0.0.0.0:9000 18 18 ''; 19 - elasticsearchHosts = [ "http://127.0.0.1:9100" ]; 19 + elasticsearchHosts = [ "http://127.0.0.1:9101" ]; 20 20 passwordSecret = "${allSecrets.per_service.graylog.passwordSecret}"; # pwgen -N 1 -s 96 21 21 rootPasswordSha2 = "${allSecrets.per_service.graylog.rootPasswordSha2}"; 22 22 }; ··· 27 27 enable = true; 28 28 settings = { 29 29 "cluster.name" = "graylog"; 30 - "http.port" = 9100; 30 + "http.port" = 9101; 31 31 }; 32 32 }; 33 33 };