10 lines
97 B
Nix
10 lines
97 B
Nix
{ ... }:
|
|
{
|
|
boot = {
|
|
kernelParams = [
|
|
"quiet"
|
|
];
|
|
};
|
|
|
|
zramSwap.enable = true;
|
|
} |