mediabox: set tmpfsSize to 80%

This commit is contained in:
Asmir A 2024-02-11 09:56:51 +01:00
parent 2233cd378a
commit f1c9506d1e
Signed by: asmir
GPG Key ID: 020C42B7A9ABA3E2

View File

@ -50,6 +50,7 @@
readOnlyNixStore = true; readOnlyNixStore = true;
supportedFilesystems = ["btrfs"]; supportedFilesystems = ["btrfs"];
tmp.useTmpfs = true; tmp.useTmpfs = true;
tmp.tmpfsSize = "80%";
}; };
security = { security = {