mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 16:49:40 +01:00
9a187879f4
`sound.*` was removed upstream in Nixpkgs
9 lines
83 B
Text
9 lines
83 B
Text
pcm.!default {
|
|
type plug
|
|
slave.pcm "hw:1,0"
|
|
}
|
|
|
|
ctl.!default {
|
|
type hw
|
|
card 1
|
|
}
|