about summary refs log tree commit diff
path: root/hosts/phobos
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-08-06 12:11:17 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-08-06 12:11:17 +0200
commit0e3e52a62cd10ba0580c6f18ad5d15139ab23814 (patch)
treed4b2535710b42579c8a20f6b6d7060721a7346d1 /hosts/phobos
parentPhobos: Enable btrfs autoscrub (diff)
downloadnixos-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.nix2
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;
 }