diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-08-06 12:10:52 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-08-06 12:10:52 +0200 |
commit | f9793963c37971c10ece4d305a608705f0171199 (patch) | |
tree | 49bc4b14e68897adc65276b197be919033054a72 | |
parent | Phobos: Change filesystem to be encrypted+stateless (diff) | |
download | nixos-config-f9793963c37971c10ece4d305a608705f0171199.tar.gz nixos-config-f9793963c37971c10ece4d305a608705f0171199.tar.bz2 nixos-config-f9793963c37971c10ece4d305a608705f0171199.zip |
Phobos: Enable btrfs autoscrub
-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; } |