1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2026-01-14 17:21:01 +00:00
ncc/modules/clean-tmp.mod.nix
2025-10-23 00:42:00 +03:00

5 lines
71 B
Nix

{
nixosModules.clean-tmp = {
boot.tmp.cleanOnBoot = true;
};
}