Compare commits
No commits in common. "47a6f5ef788ced2e3a1ea51b8d79122ca57035dc" and "6195428c7247123ebed4ddf1978bdece7c4aaaf7" have entirely different histories.
47a6f5ef78
...
6195428c72
|
@ -150,10 +150,9 @@ in {
|
|||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
wireplumber.enable = true;
|
||||
alsa.enable = false;
|
||||
alsa.support32Bit = false;
|
||||
pulse.enable = false;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
};
|
||||
|
||||
services.pcscd.enable = true;
|
||||
|
|
Loading…
Reference in a new issue