dotfiles-mirror/nixos/configuration/sys/zram.nix

11 lines
96 B
Nix
Raw Normal View History

{
config,
...
}:
{
zramSwap = {
enable = true;
writebackDevice = "/dev/nvme0n1p3";
};
}