about summary refs log tree commit diff
path: root/nix/hardware-configuration.nix
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2022-04-08 11:06:59 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2022-04-08 11:06:59 +0900
commit959e1ef417451b878a56cc46fffb53bc7ded1a58 (patch)
tree3fb3524e5e40bbfcd705cca57167850f7cc9230b /nix/hardware-configuration.nix
parent931b1872b2f54334e3a35b05c591492cf998847d (diff)
downloaddotfiles-959e1ef417451b878a56cc46fffb53bc7ded1a58.tar.gz
Snapshot for lab install
Diffstat (limited to 'nix/hardware-configuration.nix')
-rw-r--r--nix/hardware-configuration.nix2
1 files changed, 1 insertions, 1 deletions
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" = {