about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-08-06 12:10:52 +0200
committerBaitinq <[email protected]>2022-08-06 12:10:52 +0200
commit465da1d7799eac9cbfd63688a15ffabc0e031eb1 (patch)
tree28df1fe9791fd30217ca2bb46da8f705fc2a4b3c
parentPhobos: Change filesystem to be encrypted+stateless (diff)
downloadnixos-config-465da1d7799eac9cbfd63688a15ffabc0e031eb1.tar.gz
nixos-config-465da1d7799eac9cbfd63688a15ffabc0e031eb1.tar.bz2
nixos-config-465da1d7799eac9cbfd63688a15ffabc0e031eb1.zip
Phobos: Enable btrfs autoscrub
-rw-r--r--hosts/phobos/hardware.nix1
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;
 }