This commit is contained in:
mjallen18
2025-08-23 19:54:05 -05:00
parent c90bd0cd07
commit 36010a4230
8 changed files with 206 additions and 28 deletions

View File

@@ -1,7 +1,7 @@
{ lib, ... }:
{
services.btrfs = {
autoScrub.enable = lib.mkDefault false;
autoScrub.enable = lib.mkDefault true;
autoScrub.fileSystems = lib.mkDefault [
"/nix"
"/root"