Up the tmpfs space

This commit is contained in:
Lillian Violet 2024-03-24 21:31:50 +01:00
parent e595ac3931
commit ce1aa98f43
3 changed files with 3 additions and 3 deletions

View file

@ -77,7 +77,7 @@
"/tmp" = {
fsType = "tmpfs";
mountOptions = [
"size=200M"
"size=4G"
];
};
};

View file

@ -77,7 +77,7 @@
"/tmp" = {
fsType = "tmpfs";
mountOptions = [
"size=200M"
"size=4G"
];
};
};

View file

@ -77,7 +77,7 @@
"/tmp" = {
fsType = "tmpfs";
mountOptions = [
"size=200M"
"size=4G"
];
};
};