swapDevices is a list not a single entry
This commit is contained in:
parent
a3d085483d
commit
6e2e9a3b72
|
@ -16,8 +16,9 @@
|
||||||
options = [];
|
options = [];
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices = {
|
swapDevices = [
|
||||||
|
{
|
||||||
device = "/dev/disk/by-id/mmc-USD00_0x66b39865-part2";
|
device = "/dev/disk/by-id/mmc-USD00_0x66b39865-part2";
|
||||||
fsType = "linux-swap";
|
}
|
||||||
};
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue