7 lines
68 B
Nix
7 lines
68 B
Nix
|
{
|
||
|
boot.tmp = {
|
||
|
useTmpfs = true;
|
||
|
tmpfsSize = "50%";
|
||
|
};
|
||
|
}
|