From e2a08a87ba8cf0155df51b4e69bcb6800da5ef8d Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 18 Aug 2024 19:46:45 +0200 Subject: Revert "add bcachefs support" back to normal installer, multi device mount is broken This reverts commit c67ff4d387b7dc4087383493b494068f3f0004e0. --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f970b82..3b506a1 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,7 @@ exampleIso = nixos.lib.nixosSystem { system = "x86_64-linux"; modules = [ - "${nixos}/nixos/modules/installer/cd-dvd/installation-cd-minimal-new-kernel-no-zfs.nix" - ({ lib, pkgs, ... }: { - boot.supportedFilesystems = [ "bcachefs" ]; - boot.kernelPackages = lib.mkOverride 0 pkgs.linuxPackages_latest; - }) + "${nixos}/nixos/modules/installer/cd-dvd/installation-cd-graphical-calamares-plasma6.nix" ]; }; }; -- cgit v1.2.3