67 current 2024-03-01 01:14:33 24.05.20240228.9099616 6.6.18 *
This commit is contained in:
parent
d1bf694a33
commit
e7575ba7db
1 changed files with 24 additions and 0 deletions
|
|
@ -55,6 +55,30 @@
|
|||
# Enable CUPS to print documents.
|
||||
services.printing.enable = true;
|
||||
|
||||
services.pipewire.extraConfig = {
|
||||
pipewire = {
|
||||
pw-modules = [
|
||||
{
|
||||
name = "module-loopback";
|
||||
args = {
|
||||
source = "alsa_input.pci-0000_0d_00.4.analog-stereo";
|
||||
sink = "alsa_input.pci-0000_0d_00.4.analog-stereo";
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
# } = [
|
||||
# {
|
||||
# name = "module-loopback";
|
||||
# args = {
|
||||
# source = "alsa_input.pci-0000_0d_00.4.analog-stereo";
|
||||
# sink = "alsa_input.pci-0000_0d_00.4.analog-stereo";
|
||||
# };
|
||||
# }
|
||||
# ];
|
||||
};
|
||||
|
||||
# Enable sound with pipewire.
|
||||
sound.enable = true;
|
||||
hardware.pulseaudio.enable = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue