wip file upload and storage to disk

This commit is contained in:
Per Stark
2024-09-24 22:01:12 +02:00
parent 18c84f5c88
commit deac2ba0a3
14 changed files with 738 additions and 133 deletions

View File

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