Machines/iMac: mark /persist as needed for boot

This commit is contained in:
Toast 2024-09-13 11:45:26 +02:00
parent 37823965c3
commit ffc7d81f70

View file

@ -42,6 +42,7 @@
device = "/dev/disk/by-uuid/6062dfe3-6e70-4f30-aa45-e81933f116fb";
fsType = "btrfs";
options = ["subvol=@persist" "compress=zstd"];
neededForBoot = true;
};
fileSystems."/boot" = {