forked from mirrors_public/oddlama_nix-config
chore: rename renamed options
This commit is contained in:
parent
7e66c747ef
commit
682765cc0b
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
hardware.pulseaudio = {
|
||||
services.pulseaudio = {
|
||||
package = pkgs.pulseaudio.override { bluetoothSupport = true; };
|
||||
extraConfig = ''
|
||||
load-module module-bluetooth-discover
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue