diff options
| author | Baitinq <[email protected]> | 2022-08-06 12:10:52 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-08-06 12:10:52 +0200 |
| commit | 465da1d7799eac9cbfd63688a15ffabc0e031eb1 (patch) | |
| tree | 28df1fe9791fd30217ca2bb46da8f705fc2a4b3c /hosts/phobos | |
| parent | Phobos: Change filesystem to be encrypted+stateless (diff) | |
| download | nixos-config-465da1d7799eac9cbfd63688a15ffabc0e031eb1.tar.gz nixos-config-465da1d7799eac9cbfd63688a15ffabc0e031eb1.tar.bz2 nixos-config-465da1d7799eac9cbfd63688a15ffabc0e031eb1.zip | |
Phobos: Enable btrfs autoscrub
Diffstat (limited to 'hosts/phobos')
| -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; } |