10 lines
127 B
Nix
10 lines
127 B
Nix
{ ... }:
|
|
{
|
|
services.rabbitmq = {
|
|
enable = true;
|
|
# configItems = {
|
|
# "loopback_users" = "none";
|
|
# };
|
|
};
|
|
}
|