Increase matemat RAM

This commit is contained in:
Sandro - 2022-06-19 11:32:48 +02:00
parent 14f8c4a98b
commit 349463436c
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
};
};
microvm.mem = 1024;
microvm.mem = 2 * 1024;
networking = {
hostName = "matemat";