Add swapfile

This commit is contained in:
Giulio De Pasquale 2022-10-11 21:31:16 +02:00
parent 54f30c0120
commit 8622e9d4f3

View File

@ -36,6 +36,11 @@
device = "backedpool/services";
fsType = "zfs";
};
swapDevices = [{
device = "/swapfile";
size = 1024 * 64;
}];
boot = {
initrd.luks.devices = {
root = {