nix/host/x86_64-linux/home/Rabbitmq.nix

9 lines
116 B
Nix
Raw Normal View History

2024-12-02 21:12:45 +03:00
{ ... }: {
services.rabbitmq = {
enable = true;
# configItems = {
# "loopback_users" = "none";
# };
};
}