servo: enlarge the /tmp tmpfs so we can build large nix packages
This commit is contained in:
@@ -11,11 +11,12 @@
|
|||||||
"defaults"
|
"defaults"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
# we need a /tmp of default size (half RAM) for building large nix things
|
# we need a /tmp for building large nix things
|
||||||
fileSystems."/tmp" = {
|
fileSystems."/tmp" = {
|
||||||
device = "none";
|
device = "none";
|
||||||
fsType = "tmpfs";
|
fsType = "tmpfs";
|
||||||
options = [
|
options = [
|
||||||
|
"size=16G"
|
||||||
"mode=777"
|
"mode=777"
|
||||||
"defaults"
|
"defaults"
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user