Enable ZFS but fr this time
This commit is contained in:
parent
5686499903
commit
6d1f2dcf73
2 changed files with 8 additions and 4 deletions
|
@ -1,8 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
boot = {
|
||||
supportedFilesystems.ntfs = true;
|
||||
zfs.package = pkgs.zfs_unstable;
|
||||
boot.supportedFilesystems = {
|
||||
btrfs = true;
|
||||
ntfs = true;
|
||||
zfs = true;
|
||||
};
|
||||
|
||||
services = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue