feat: add memory limit
This commit is contained in:
parent
c923126eff
commit
2c1316a0a6
3 changed files with 53 additions and 18 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue