support ext4 and xfs

This commit is contained in:
2025-01-18 22:37:04 +02:00
parent bbc75cab59
commit 96d05c4ec2

View File

@@ -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;