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

@ -79,5 +79,13 @@
};
};
};
nodev = {
"/tmp" = {
fsType = "tmpfs";
mountOptions = [
"size=4G"
];
};
};
};
}