fix(battleship-mk2): add /home to neededForBoot fileSystems

This commit is contained in:
Guz
2026-03-19 15:40:49 -03:00
parent 8e022ac61b
commit 4d39c7e444

View File

@@ -67,5 +67,6 @@
};
fileSystems."/persist".neededForBoot = true;
fileSystems."/home".neededForBoot = true;
fileSystems."/var/log".neededForBoot = true;
}