From c67ff4d387b7dc4087383493b494068f3f0004e0 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 18 Aug 2024 17:38:37 +0200 Subject: add bcachefs support --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b506a1..f970b82 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,11 @@ exampleIso = nixos.lib.nixosSystem { system = "x86_64-linux"; modules = [ - "${nixos}/nixos/modules/installer/cd-dvd/installation-cd-graphical-calamares-plasma6.nix" + "${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; + }) ]; }; }; -- cgit v1.2.3