From f9793963c37971c10ece4d305a608705f0171199 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sat, 6 Aug 2022 12:10:52 +0200 Subject: Phobos: Enable btrfs autoscrub --- hosts/phobos/hardware.nix | 1 + 1 file changed, 1 insertion(+) 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; } -- cgit 1.4.1