diff options
| author | Baitinq <[email protected]> | 2022-08-06 12:11:17 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-08-06 12:11:17 +0200 |
| commit | bf2b88cee3f72b80650c5f260780f7afd0433557 (patch) | |
| tree | d1600ddc41dbab74ab8aa6bacfad725e39440adc /hosts/phobos | |
| parent | Phobos: Enable btrfs autoscrub (diff) | |
| download | nixos-config-bf2b88cee3f72b80650c5f260780f7afd0433557.tar.gz nixos-config-bf2b88cee3f72b80650c5f260780f7afd0433557.tar.bz2 nixos-config-bf2b88cee3f72b80650c5f260780f7afd0433557.zip | |
Phobos: Enable zramswap
Diffstat (limited to 'hosts/phobos')
| -rw-r--r-- | hosts/phobos/hardware.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/phobos/hardware.nix b/hosts/phobos/hardware.nix index 335eea8..0224fc5 100644 --- a/hosts/phobos/hardware.nix +++ b/hosts/phobos/hardware.nix @@ -86,4 +86,6 @@ in }; services.btrfs.autoScrub.enable = true; + + zramSwap.enable = true; } |