about summary refs log tree commit diff
path: root/hosts/phobos
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-08-06 12:10:52 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-08-06 12:10:52 +0200
commitf9793963c37971c10ece4d305a608705f0171199 (patch)
tree49bc4b14e68897adc65276b197be919033054a72 /hosts/phobos
parentPhobos: Change filesystem to be encrypted+stateless (diff)
downloadnixos-config-f9793963c37971c10ece4d305a608705f0171199.tar.gz
nixos-config-f9793963c37971c10ece4d305a608705f0171199.tar.bz2
nixos-config-f9793963c37971c10ece4d305a608705f0171199.zip
Phobos: Enable btrfs autoscrub
Diffstat (limited to 'hosts/phobos')
-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;
 }