tmpfs and set noatime

This commit is contained in:
Kopatz
2023-11-25 11:44:43 +01:00
parent 14d982a508
commit 98856a09c5
6 changed files with 22 additions and 1 deletions

3
modules/tmpfs.nix Normal file
View File

@@ -0,0 +1,3 @@
{
boot.tmp.useTmpfs = true;
}