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