nixos/profiles/common/tmp.nix
2025-09-25 23:28:10 +02:00

10 lines
98 B
Nix

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