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