diff options
Diffstat (limited to 'profiles/btrfs.nix')
| -rw-r--r-- | profiles/btrfs.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/btrfs.nix b/profiles/btrfs.nix new file mode 100644 index 0000000..1b87165 --- /dev/null +++ b/profiles/btrfs.nix @@ -0,0 +1,4 @@ +{ ... }: +{ + services.btrfs.autoScrub.enable = true; +} |
