Remove no-longer-used sound.enable flag
https://github.com/NixOS/nixpkgs/pull/326262
This commit is contained in:
parent
a34bc61fe6
commit
534c0da01b
|
@ -88,7 +88,6 @@
|
|||
hardware.bluetooth.enable = true;
|
||||
|
||||
# Enable sound with pipewire.
|
||||
sound.enable = true;
|
||||
hardware.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
|
|
Loading…
Reference in a new issue