fix compile

This commit is contained in:
Christoph Cullmann 2025-05-04 15:53:45 +02:00
parent c465a55f7a
commit ede0092128
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, pkgs, ... }: {
({ config, lib, pkgs, ... }: {
boot.supportedFilesystems = [ "bcachefs" ];
boot.kernelPackages = lib.mkOverride 0 pkgs.linuxPackages_latest;
networking.wireless.enable = false;