summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-08-18 19:46:45 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-08-18 19:46:45 +0200
commite2a08a87ba8cf0155df51b4e69bcb6800da5ef8d (patch)
tree33d370dc61b7f45b820157a372b77f309e09b12a /README.md
parent584c54f8f9d491b58aa14e5d5deea86b0309f592 (diff)
Revert "add bcachefs support"
back to normal installer, multi device mount is broken This reverts commit c67ff4d387b7dc4087383493b494068f3f0004e0.
Diffstat (limited to 'README.md')
-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"
];
};
};