feat(orpheus): get audio working on orpheus

This commit is contained in:
Mohammad Rafiq 2025-04-06 20:36:28 +08:00
parent 020530097a
commit 50bc08c5de
No known key found for this signature in database
3 changed files with 30 additions and 2 deletions

View file

@ -1,6 +1,7 @@
{
pkgs,
modulesPath,
lib,
...
}:
{
@ -12,7 +13,7 @@
timeout = 5;
efi.canTouchEfiVariables = true;
};
kernelPackages = pkgs.linuxPackages_latest;
kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
initrd.availableKernelModules = [
"ahci"
"nvme"