modules/system/hardware/pipewire: Rename hardware.pulseaudio to services.pulseaudio
All checks were successful
check / check (push) Successful in 34s
All checks were successful
check / check (push) Successful in 34s
This commit is contained in:
parent
23eab7850a
commit
cd76e38131
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ in
|
|||
};
|
||||
config = mkIf cfg.enable {
|
||||
# Enable sound with pipewire.
|
||||
hardware.pulseaudio.enable = false;
|
||||
services.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue