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;
|
||||
};
|
||||
in {
|
||||
sound.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
|
|
@ -26,6 +25,7 @@ in {
|
|||
pulse.enable = true;
|
||||
jack.enable = true;
|
||||
};
|
||||
hardware.alsa.enablePersistence = true;
|
||||
services.pipewire.extraConfig.pipewire = {
|
||||
"context.properties" = {
|
||||
"default.clock.rate" = int.rate;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue