about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-08-02 16:25:20 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-08-02 16:28:18 +0200
commitce3f350e127b21066a0c8c910b356804aa2aff95 (patch)
treef33b64f12813929a904cc6c868b796c6068cfbda /hosts
parentAdd git extraConfig (diff)
downloadnixos-config-ce3f350e127b21066a0c8c910b356804aa2aff95.tar.gz
nixos-config-ce3f350e127b21066a0c8c910b356804aa2aff95.tar.bz2
nixos-config-ce3f350e127b21066a0c8c910b356804aa2aff95.zip
Luna: Add btrfs autoscrub
Diffstat (limited to 'hosts')
-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;
 }