reNixos/s0mePC-nix/boot/tmp.nix
2025-04-27 12:47:02 +03:00

8 lines
119 B
Nix

{...}: {
boot = {
tmp = {
useTmpfs = true;
cleanOnBoot = true;
};
};
}