Add btrfs auto-scrub

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-07-29 11:36:46 +01:00
parent 9b71f6bf17
commit a76df8f5d0
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{ ... }:
{
services.btrfs.autoScrub = {
enable = true;
interval = "weekly";
};
}

View File

@@ -4,6 +4,7 @@
../common/system/configs/boot
../common/system/configs/brightnessctl
../common/system/configs/btop
../common/system/configs/btrfs
../common/system/configs/fastfetch
../common/system/configs/getty
../common/system/configs/git