reNixos/kyra/fileSystems/persist.nix
s0me1newithhand7s 3577ca0a6e kyra(hardening): persistance in fileSystems
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
2026-05-03 16:06:55 +03:00

7 lines
84 B
Nix

_: {
fileSystems = {
"/persist" = {
neededForBoot = true;
};
};
}