-{ lib, hostName, ... }:
+{ pkgs, lib, hostName, ... }:
{
imports = [
../../nixos/profiles/hardware/apu6b4.nix
#enableCryptodisk = true;
};
boot.tmp.useTmpfs = true;
+ #boot.kernelPackages = pkgs.linuxKernel.packages.linux_4_14;
+ # linux-firmware-20230515
+ # linux-firmware-20221109
+ # linux-5.15.109 <-- working?
+ # linux-5.15.129
boot.supportedFilesystems = [ /*"ntfs"*/ "vfat" ];
boot.extraModulePackages = [