Skip to content

Commit

Permalink
Merge pull request #596 from penguincoder/rabbitmq-node-name
Browse files Browse the repository at this point in the history
Always provide a node name to rabbitmq
  • Loading branch information
domenkozar authored May 15, 2023
2 parents c908963 + 5f2c987 commit bccae42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/services/rabbitmq.nix
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ in
env.RABBITMQ_CONFIG_FILE = config_file;
env.RABBITMQ_PLUGINS_DIR = concatStringsSep ":" cfg.pluginDirs;
env.RABBITMQ_ENABLED_PLUGINS_FILE = plugin_file;
env.RABBITMQ_NODENAME = "rabbit@localhost";

processes.rabbitmq.exec = "${cfg.package}/bin/rabbitmq-server";
};
Expand Down

0 comments on commit bccae42

Please sign in to comment.