mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Filesystems] Move ZFS config into defaults/filesystems
This commit is contained in:
parent
19504aadd8
commit
47a4b3d778
3 changed files with 39 additions and 4 deletions
6
filesystems/default.nix
Normal file
6
filesystems/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./zfs.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue