hosts/odyssey: bump kernel and enable bluetooth

This commit is contained in:
Jordan Holt 2025-04-28 17:14:42 +01:00
parent 96e70ed275
commit 4b1c260c79
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -23,12 +23,16 @@
initrd.kernelModules = [ ];
initrd.supportedFilesystems = [ "zfs" ];
kernelModules = [ "kvm-amd" ];
kernelPackages = pkgs.linuxPackages;
kernelPackages = pkgs.linuxPackages_6_12;
supportedFilesystems = [ "ntfs" ];
binfmt.emulatedSystems = [ "aarch64-linux" ];
};
hardware = {
bluetooth = {
enable = true;
powerOnBoot = true;
};
cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
nvidia = {
modesetting.enable = true;