9 lines
78 B
Nix
9 lines
78 B
Nix
{
|
|
swapDevices = [
|
|
{
|
|
device = "/swap-16";
|
|
size = 16 * 1024;
|
|
}
|
|
];
|
|
}
|