Max: Add swap device.
This commit is contained in:
parent
402e7d38b9
commit
8f028d26b2
|
@ -8,4 +8,12 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
swapDevices = [{
|
||||||
|
device = "/dev/storage/swap";
|
||||||
|
randomEncryption.enable = true;
|
||||||
|
options = [
|
||||||
|
"nofail"
|
||||||
|
];
|
||||||
|
}];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue