Remove unnecessary audio option
HyperV does not support audio virtualization, so these options are irrelevant for now anyway
This commit is contained in:
@@ -80,8 +80,13 @@
|
||||
# Enable CUPS to print documents.
|
||||
services.printing.enable = true;
|
||||
|
||||
# Enable firmware
|
||||
#hardware.enableAllFirmware = true;
|
||||
|
||||
# Enable bluetooth
|
||||
#hardware.bluetooth.enable = true;
|
||||
|
||||
# Enable sound with pipewire.
|
||||
services.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user