11 lines
182 B
Nix
11 lines
182 B
Nix
_: {
|
|
boot = {
|
|
tmp = {
|
|
cleanOnBoot = true;
|
|
useZram = true;
|
|
useTmpfs = true;
|
|
tmpfsSize = "50%";
|
|
tmpfsHugeMemoryPages = "within_size";
|
|
};
|
|
};
|
|
}
|