From c5980a93215c91cbcf3ba11898bfa68c3200bd92 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Tue, 29 Oct 2024 17:54:46 +0100 Subject: [PATCH] no zfs needed for latest kernel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7bee9b..99a720f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ exampleIso = nixos.lib.nixosSystem { system = "x86_64-linux"; modules = [ - "${nixos}/nixos/modules/installer/cd-dvd/installation-cd-minimal-new-kernel.nix" + "${nixos}/nixos/modules/installer/cd-dvd/installation-cd-minimal-new-kernel-no-zfs.nix" ]; }; };