mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2025-11-04 14:47:38 +01:00
10 lines
96 B
Nix
10 lines
96 B
Nix
{
|
|
config,
|
|
...
|
|
}:
|
|
{
|
|
zramSwap = {
|
|
enable = true;
|
|
writebackDevice = "/dev/nvme0n1p3";
|
|
};
|
|
}
|