carbon: migrate write tmpfs setup to disko

This commit is contained in:
Primrose 2024-12-13 21:52:56 +01:00
parent 58131bcc48
commit 3ce464a1c4
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 8 additions and 14 deletions

View file

@ -1,13 +0,0 @@
# Turning off this module is not intuitive, so it's opt-in
{
fileSystems."/tmp" = {
fsType = "tmpfs";
options = [
"defaults"
"size=4G"
];
};
}