From 3eb18850e2b69bbb4686e1c4c9ac27c7bb751ed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 26 Jun 2021 21:30:07 +0100 Subject: [PATCH] compress btrfs on foureighty --- nixos/boxes/foureighty/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/boxes/foureighty/default.nix b/nixos/boxes/foureighty/default.nix index c27d7b5f..379c8886 100644 --- a/nixos/boxes/foureighty/default.nix +++ b/nixos/boxes/foureighty/default.nix @@ -19,6 +19,10 @@ ../../mercurial ]; + fileSystems."/" = { + options = [ "compress=zstd" ]; + }; + zramSwap = { enable = true; algorithm = "zstd";