diff --git a/hosts/bekkalokk/configuration.nix b/hosts/bekkalokk/configuration.nix index 4f443be4..7cf4a7e8 100644 --- a/hosts/bekkalokk/configuration.nix +++ b/hosts/bekkalokk/configuration.nix @@ -32,6 +32,8 @@ address = with values.hosts.bekkalokk; [ (ipv4 + "/25") (ipv6 + "/64") ]; }; + services.btrfs.autoScrub.enable = true; + # Do not change, even during upgrades. # See https://search.nixos.org/options?show=system.stateVersion system.stateVersion = "22.11";