about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--hosts/luna/hardware.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/luna/hardware.nix b/hosts/luna/hardware.nix
index 96af2d0..f93812a 100644
--- a/hosts/luna/hardware.nix
+++ b/hosts/luna/hardware.nix
@@ -84,5 +84,7 @@ in
     };
   };
 
+  services.btrfs.autoScrub.enable = true;
+
   zramSwap.enable = true;
 }