Don't use latest kernel for installer, it causes build problems

This commit is contained in:
Michael Smith 2024-09-02 14:47:09 +02:00
parent afe7dde5ba
commit 0bd0ca5f6d

View File

@ -21,7 +21,6 @@
};
boot = {
kernelPackages = pkgs.linuxPackages_latest;
supportedFilesystems = lib.mkForce ["btrfs" "reiserfs" "vfat" "f2fs" "xfs" "ntfs" "cifs"];
};