1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2026-01-21 20:51:10 +00:00
ncc/modules/tmp.nix
2024-01-10 11:42:40 +03:00

5 lines
82 B
Nix

{ ulib, ... }: with ulib;
systemConfiguration {
boot.tmp.cleanOnBoot = true;
}