summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 1 insertions, 5 deletions
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"
];
};
};