From da08415fa9a975c4acda3fe91b79b86659b98ad2 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/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration/default.nix b/configuration/default.nix index 924474a..ed6c7f5 100644 --- a/configuration/default.nix +++ b/configuration/default.nix @@ -98,6 +98,8 @@ }; services = { + btrfs.autoScrub.enable = true; + openssh = { enable = true; ports = [ 2222 ];