mediabox: set tmpfsSize to 80%

This commit is contained in:
2024-02-11 09:56:51 +01:00
parent 2233cd378a
commit f1c9506d1e

View File

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