nixfiles/nixos/profiles/bootable/tmp.nix

8 lines
90 B
Nix

_: {
boot = {
tmp = {
tmpfsSize = "80%";
useTmpfs = true;
};
};
}