From 3d0bd28418ae38e43ab279be204b4dd2b84b0df0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tristan=20Dani=C3=ABl=20Maat?= Date: Mon, 18 Aug 2025 07:35:43 +0800 Subject: [PATCH] feat(btrfs): Enable autoScrub --- configuration/hardware-specific/hetzner/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configuration/hardware-specific/hetzner/default.nix b/configuration/hardware-specific/hetzner/default.nix index 3e35eb0..4d0408c 100644 --- a/configuration/hardware-specific/hetzner/default.nix +++ b/configuration/hardware-specific/hetzner/default.nix @@ -11,7 +11,10 @@ boot.kernelParams = [ "nosgx" ]; networking.hostName = "hetzner-1"; - services.nginx.domain = "tlater.net"; + services = { + btrfs.autoScrub.enable = true; + nginx.domain = "tlater.net"; + }; systemd.network.networks."eth0" = { matchConfig.MACAddress = "90:1b:0e:c1:8c:62";