mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
disabling kafka
This commit is contained in:
@@ -3,7 +3,7 @@ let
|
||||
in
|
||||
{
|
||||
services.apache-kafka = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
settings = {
|
||||
listeners = [ "PLAINTEXT://localhost:9092" ];
|
||||
"log.dirs" = [ vars.kafka ];
|
||||
|
||||
Reference in New Issue
Block a user