diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-08-06 12:11:17 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-08-06 12:11:17 +0200 |
commit | 0e3e52a62cd10ba0580c6f18ad5d15139ab23814 (patch) | |
tree | d4b2535710b42579c8a20f6b6d7060721a7346d1 /hosts/phobos | |
parent | Phobos: Enable btrfs autoscrub (diff) | |
download | nixos-config-0e3e52a62cd10ba0580c6f18ad5d15139ab23814.tar.gz nixos-config-0e3e52a62cd10ba0580c6f18ad5d15139ab23814.tar.bz2 nixos-config-0e3e52a62cd10ba0580c6f18ad5d15139ab23814.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; } |