[FileSystems] Add btrfs related services

Enable autoScrub and add duperemove service
This commit is contained in:
Antoine Viallon 2022-10-22 13:15:39 +02:00
parent e08ddea9e5
commit d25c0db185
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
2 changed files with 81 additions and 0 deletions

View file

@ -2,5 +2,6 @@
{
imports = [
./zfs.nix
./btrfs.nix
];
}