Files
nix-config/modules/nixos/boot/default.nix
mjallen18 1bc7856d93 teml
2025-07-23 09:50:11 -05:00

10 lines
97 B
Nix

{ ... }:
{
boot = {
kernelParams = [
"quiet"
];
};
zramSwap.enable = true;
}