Also add /tmp tmpfs

This commit is contained in:
Lillian Violet 2024-03-23 14:45:56 +01:00
parent 05e0a862e3
commit 2bb52e8e32
3 changed files with 18 additions and 0 deletions

View file

@ -74,6 +74,12 @@
"size=2G" "size=2G"
]; ];
}; };
"/tmp" = {
fsType = "tmpfs";
mountOptions = [
"size=200M"
];
};
}; };
}; };
} }

View file

@ -74,6 +74,12 @@
"size=2G" "size=2G"
]; ];
}; };
"/tmp" = {
fsType = "tmpfs";
mountOptions = [
"size=200M"
];
};
}; };
}; };
} }

View file

@ -74,6 +74,12 @@
"size=2G" "size=2G"
]; ];
}; };
"/tmp" = {
fsType = "tmpfs";
mountOptions = [
"size=200M"
];
};
}; };
}; };
} }