12 lines
184 B
Nix
12 lines
184 B
Nix
{
|
|
swapDevices = [
|
|
{
|
|
device = "/var/lib/swapfile";
|
|
size = 64 * 1024;
|
|
}
|
|
];
|
|
|
|
boot.kernelParams = [
|
|
"resume=UUID=969c5f68-631d-4429-b81b-0d81e050449b"
|
|
];
|
|
}
|