nixos: hardware: fix renamed 'pulseaudio' config

This commit is contained in:
Bruno BELANYI 2025-01-13 17:37:41 +00:00
parent 2cf14c92d3
commit 9f2ed2ae5a
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@ in
# Pulseaudio setup
(lib.mkIf cfg.pulse.enable {
hardware.pulseaudio.enable = true;
services.pulseaudio.enable = true;
})
]);
}