-
-
Notifications
You must be signed in to change notification settings - Fork 145
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
Running release 2025-05-30, unsure if this repros on older releases. This is the relevant subset of my config:
{...} : {
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
apple-silicon.nixosModules.apple-silicon-support
];
# More stuff here...
hardware.asahi = {
enable = true;
setupAsahiSound = true;
peripheralFirmwareDirectory = ./firmware;
useExperimentalGPUDriver = true;
experimentalGPUInstallMode = "overlay";
};
# More stuff here...
}I initially didn't set setupAsahiSound to true and heard ocassional audio artifacts. After setting it to true the behavior didn't change.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed