nixos-lib/filesystems/default.nix
Antoine Viallon d25c0db185
[FileSystems] Add btrfs related services
Enable autoScrub and add duperemove service
2022-10-22 13:15:39 +02:00

7 lines
62 B
Nix

{ ... }:
{
imports = [
./zfs.nix
./btrfs.nix
];
}