[Filesystems] Move ZFS config into defaults/filesystems

This commit is contained in:
Antoine Viallon 2022-07-18 22:02:00 +02:00
parent 19504aadd8
commit 47a4b3d778
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
3 changed files with 39 additions and 4 deletions

6
filesystems/default.nix Normal file
View file

@ -0,0 +1,6 @@
{ ... }:
{
imports = [
./zfs.nix
];
}