disable sound.enable where pipewire enabled

This commit is contained in:
notgne2 2021-09-02 11:25:24 -07:00
parent 9fe2ae150c
commit c2cff08c11
No known key found for this signature in database
GPG key ID: BB661E172B42A7F8
2 changed files with 2 additions and 1 deletions

View file

@ -19,6 +19,7 @@ let
networking.firewall.allowedUDPPorts = [ 1900 ];
hardware.pulseaudio.enable = lib.mkDefault false;
sound.enable = lib.mkDefault false;
services.pipewire = {
enable = lib.mkDefault true;