mirror of
https://github.com/RGBCube/ncc
synced 2026-01-14 17:21:01 +00:00
5 lines
71 B
Nix
5 lines
71 B
Nix
{
|
|
nixosModules.clean-tmp = {
|
|
boot.tmp.cleanOnBoot = true;
|
|
};
|
|
}
|