Remove no-longer-used sound.enable flag

https://github.com/NixOS/nixpkgs/pull/326262
main
Chandler Swift 2024-09-15 20:53:42 -05:00
parent a34bc61fe6
commit 534c0da01b
Signed by: chandlerswift
GPG Key ID: A851D929D52FB93F
1 changed files with 0 additions and 1 deletions

View File

@ -88,7 +88,6 @@
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
# Enable sound with pipewire. # Enable sound with pipewire.
sound.enable = true;
hardware.pulseaudio.enable = false; hardware.pulseaudio.enable = false;
security.rtkit.enable = true; security.rtkit.enable = true;
services.pipewire = { services.pipewire = {