mediabox: set tmpfsSize to 80%
This commit is contained in:
parent
2233cd378a
commit
f1c9506d1e
@ -50,6 +50,7 @@
|
|||||||
readOnlyNixStore = true;
|
readOnlyNixStore = true;
|
||||||
supportedFilesystems = ["btrfs"];
|
supportedFilesystems = ["btrfs"];
|
||||||
tmp.useTmpfs = true;
|
tmp.useTmpfs = true;
|
||||||
|
tmp.tmpfsSize = "80%";
|
||||||
};
|
};
|
||||||
|
|
||||||
security = {
|
security = {
|
||||||
|
Loading…
Reference in New Issue
Block a user