1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

chore: rename renamed options

This commit is contained in:
oddlama 2025-01-05 15:26:13 +01:00
parent 7e66c747ef
commit 682765cc0b
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@
};
};
hardware.pulseaudio = {
services.pulseaudio = {
package = pkgs.pulseaudio.override { bluetoothSupport = true; };
extraConfig = ''
load-module module-bluetooth-discover

View file

@ -14,7 +14,7 @@ lib.optionalAttrs (!minimal) {
# > cat /proc/asound/card*/pcm*p/sub*/hw_params
# Compare resamplers on: https://src.infinitewave.ca/
hardware.pulseaudio.enable = lib.mkForce false;
services.pulseaudio.enable = lib.mkForce false;
security.rtkit.enable = true;
services.pipewire = {
enable = true;