Revert "fix compile"

This reverts commit ede0092128.
This commit is contained in:
Christoph Cullmann 2025-06-28 16:23:17 +02:00
parent cdb9868bf1
commit 87f501b886
No known key found for this signature in database

View file

@ -7,7 +7,7 @@
system = "x86_64-linux";
modules = [
"${nixos}/nixos/modules/installer/cd-dvd/installation-cd-minimal-new-kernel-no-zfs.nix"
({ config, lib, pkgs, ... }: {
({ config, pkgs, ... }: {
boot.supportedFilesystems = [ "bcachefs" ];
boot.kernelPackages = lib.mkOverride 0 pkgs.linuxPackages_latest;
networking.wireless.enable = false;