diff options
-rw-r--r-- | hosts/phobos/hardware.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/phobos/hardware.nix b/hosts/phobos/hardware.nix index 478449b..335eea8 100644 --- a/hosts/phobos/hardware.nix +++ b/hosts/phobos/hardware.nix @@ -85,4 +85,5 @@ in }; }; + services.btrfs.autoScrub.enable = true; } |