support ext4 and xfs
This commit is contained in:
parent
bbc75cab59
commit
96d05c4ec2
@ -47,7 +47,11 @@ in
|
||||
|
||||
kernelPackages = lib.mkDefault pkgs.linuxPackages;
|
||||
|
||||
supportedFilesystems = [ "btrfs" ];
|
||||
supportedFilesystems = [
|
||||
"btrfs"
|
||||
"ext4"
|
||||
"xfs"
|
||||
];
|
||||
};
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
Loading…
Reference in New Issue
Block a user