mirror of
https://github.com/RGBCube/ncc
synced 2026-01-17 18:51:08 +00:00
5 lines
82 B
Nix
5 lines
82 B
Nix
{ ulib, ... }: with ulib;
|
|
|
|
systemConfiguration {
|
|
boot.tmp.cleanOnBoot = true;
|
|
}
|