about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-27 13:13:57 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-27 13:13:57 -0800
commitc66d10a807c90532c0f1be893a72b7d74fb742f1 (patch)
tree9ced72c12c9e509a729dd5f2133f62695c3b6a73
parenti3status: clean up formatting (diff)
downloadworld-c66d10a807c90532c0f1be893a72b7d74fb742f1.tar.gz
hardware: enable btrfs scrubber and fstrimmer
-rw-r--r--hosts/common/system/hardware.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/common/system/hardware.nix b/hosts/common/system/hardware.nix
index 030b358..43c2718 100644
--- a/hosts/common/system/hardware.nix
+++ b/hosts/common/system/hardware.nix
@@ -2,4 +2,7 @@
 
 {
   services.fwupd.enable = true;
+
+  services.fstrim.enable = true;
+  services.btrfs.autoScrub.enable = true;
 }