feat(orpheus): get audio working on orpheus
This commit is contained in:
parent
020530097a
commit
50bc08c5de
3 changed files with 30 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue