nixos: hardware: fix renamed 'pulseaudio' config
This commit is contained in:
parent
2cf14c92d3
commit
9f2ed2ae5a
2 changed files with 2 additions and 2 deletions
|
|
@ -54,7 +54,7 @@ in
|
|||
|
||||
# Pulseaudio setup
|
||||
(lib.mkIf cfg.pulse.enable {
|
||||
hardware.pulseaudio.enable = true;
|
||||
services.pulseaudio.enable = true;
|
||||
})
|
||||
]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue