Add btrfs auto-scrub
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
7
hosts/common/system/configs/btrfs/default.nix
Normal file
7
hosts/common/system/configs/btrfs/default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ ... }:
|
||||
{
|
||||
services.btrfs.autoScrub = {
|
||||
enable = true;
|
||||
interval = "weekly";
|
||||
};
|
||||
}
|
@@ -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
|
||||
|
Reference in New Issue
Block a user