Max: Add swap device.

This commit is contained in:
Dmitry Voronin 2024-12-14 08:26:09 +03:00
parent 402e7d38b9
commit 8f028d26b2
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -8,4 +8,12 @@
];
};
};
swapDevices = [{
device = "/dev/storage/swap";
randomEncryption.enable = true;
options = [
"nofail"
];
}];
}