working impl

This commit is contained in:
Per Stark
2024-09-20 11:39:39 +02:00
parent 7557769388
commit 10c48f37ed
13 changed files with 38043 additions and 107 deletions

View File

@@ -41,7 +41,10 @@
languages.rust.enable = true;
services = {
rabbitmq.enable = true;
rabbitmq = {
enable = true;
plugins = ["tracing"];
};
};
}
];