feat: add memory limit

This commit is contained in:
Katharina Heidenreich 2026-04-04 18:11:22 +02:00
parent c923126eff
commit 2c1316a0a6
3 changed files with 53 additions and 18 deletions

View file

@ -5,6 +5,9 @@ in
rec {
continuwuity = {
port = 6167;
server_name = "nudelerde.de";
trusted_servers = [ "matrix.org" ];
memory_max = "512M";
};
qbittorrent = {
@ -25,10 +28,6 @@ rec {
];
};
matrix = {
trusted_servers = [ "matrix.org" ];
};
vikunja = {
port = 8081;
};