8 lines
128 B
Nix
8 lines
128 B
Nix
{
|
|
boot
|
|
= {
|
|
enableContainers = true;
|
|
tmpOnTmpfs = true;
|
|
};
|
|
}
|