system/audio: update after removal of sound.enable
This commit is contained in:
parent
c57a76dd03
commit
7b3b9354de
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,6 @@ let
|
||||||
rate = toString int.rate;
|
rate = toString int.rate;
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
sound.enable = false;
|
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -26,6 +25,7 @@ in {
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
jack.enable = true;
|
jack.enable = true;
|
||||||
};
|
};
|
||||||
|
hardware.alsa.enablePersistence = true;
|
||||||
services.pipewire.extraConfig.pipewire = {
|
services.pipewire.extraConfig.pipewire = {
|
||||||
"context.properties" = {
|
"context.properties" = {
|
||||||
"default.clock.rate" = int.rate;
|
"default.clock.rate" = int.rate;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue