From b48230e8110f00478f8a4d53708d0dfe1e60fe87 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sun, 1 Sep 2024 01:04:28 +0200 Subject: [PATCH] bekkalokk/btrfs: scrubbalubba dubdub --- hosts/bekkalokk/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/bekkalokk/configuration.nix b/hosts/bekkalokk/configuration.nix index 4f443be..7cf4a7e 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";