5 lines
58 B
Nix
5 lines
58 B
Nix
{ ... }: {
|
|
zramSwap.enable = true;
|
|
swapDevices = [ ];
|
|
}
|
{ ... }: {
|
|
zramSwap.enable = true;
|
|
swapDevices = [ ];
|
|
}
|