diff --git a/hosts/slab/configuration.nix b/hosts/slab/configuration.nix index e54912a..fe75e13 100644 --- a/hosts/slab/configuration.nix +++ b/hosts/slab/configuration.nix @@ -19,7 +19,7 @@ }; } - (lib.genAttrs [ "/" "/home" "/nix" ] ( fs: { + (lib.genAttrs [ "/.btrfsroot" "/" "/home" "/nix" ] ( fs: { options = [ "compress=zstd" ]; })) ];