kyra(hardening): persistance in fileSystems

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-05-03 15:41:22 +03:00
parent 90a01233ee
commit 3577ca0a6e

View file

@ -0,0 +1,7 @@
_: {
fileSystems = {
"/persist" = {
neededForBoot = true;
};
};
}