Add swapfile
This commit is contained in:
parent
54f30c0120
commit
8622e9d4f3
@ -36,6 +36,11 @@
|
|||||||
device = "backedpool/services";
|
device = "backedpool/services";
|
||||||
fsType = "zfs";
|
fsType = "zfs";
|
||||||
};
|
};
|
||||||
|
swapDevices = [{
|
||||||
|
device = "/swapfile";
|
||||||
|
size = 1024 * 64;
|
||||||
|
}];
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
initrd.luks.devices = {
|
initrd.luks.devices = {
|
||||||
root = {
|
root = {
|
||||||
|
Loading…
Reference in New Issue
Block a user