From 959e1ef417451b878a56cc46fffb53bc7ded1a58 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Fri, 8 Apr 2022 11:06:59 +0900 Subject: Snapshot for lab install --- nix/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix/hardware-configuration.nix') diff --git a/nix/hardware-configuration.nix b/nix/hardware-configuration.nix index f514c1e..f957f2b 100644 --- a/nix/hardware-configuration.nix +++ b/nix/hardware-configuration.nix @@ -53,7 +53,7 @@ "/home" = { device = "/dev/disk/by-uuid/c334d115-eda9-4470-8c28-b01c4628865b"; fsType = "btrfs"; - options = [ "subvol=home" "compress-force=zstd" ]; + options = [ "subvol=home" "compress-force=zstd" "autodefrag" ]; }; "/var/log" = { -- cgit 1.4.1