swapDevices is a list not a single entry

This commit is contained in:
Lillian Violet 2024-12-03 01:11:03 +01:00
parent a3d085483d
commit 6e2e9a3b72

View file

@ -16,8 +16,9 @@
options = [];
};
swapDevices = {
swapDevices = [
{
device = "/dev/disk/by-id/mmc-USD00_0x66b39865-part2";
fsType = "linux-swap";
};
}
];
}