meta: Drop tmpfs for /tmp

Less useful when running on machines with lower amounts of RAM.
This commit is contained in:
Donovan Glover 2024-03-04 16:18:23 -05:00
parent 98a2ccf147
commit d5c7fe6083
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -9,6 +9,4 @@
timeout = 0;
efi.canTouchEfiVariables = true;
};
boot.tmp.useTmpfs = true;
}