nixos: hardware: fix renamed 'pulseaudio' config

This commit is contained in:
Bruno BELANYI 2025-01-13 17:37:41 +00:00
parent 14238e0388
commit ae0dfa30df
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;
})
]);
}