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