From 2ce393d1aec51527824fde5c7680214f6d2b2b67 Mon Sep 17 00:00:00 2001 From: NullBite Date: Thu, 15 Feb 2024 13:59:44 +0100 Subject: [PATCH] Add /.btrfsroot to compressed mounts --- hosts/slab/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ]; })) ];