NixOS/hosts/orion/os/default.nix

7 lines
54 B
Nix
Raw Normal View History

{ modulesPath, ... }:
{
zramSwap.enable = true;
}