diff --git a/nixos/modules/config/pulseaudio.nix b/nixos/modules/config/pulseaudio.nix index 8b9c3570476af..c4991996437ba 100644 --- a/nixos/modules/config/pulseaudio.nix +++ b/nixos/modules/config/pulseaudio.nix @@ -87,7 +87,8 @@ in { hardware.pulseaudio = { enable = mkOption { type = types.bool; - default = false; + default = config.sound.enable; + defaultText = "config.sound.enable"; description = '' Whether to enable the PulseAudio sound server. '';