alsa.nix: Add job description

This commit is contained in:
Eelco Dolstra 2012-08-17 11:00:14 -04:00
parent 36f5c97b49
commit 8e8bad96d4

View File

@ -29,9 +29,9 @@ in
enableOSSEmulation = mkOption { enableOSSEmulation = mkOption {
default = true; default = true;
description = '' description = ''
Whether to enable ALSA OSS emulation (with certain cards sound mixing may not work!). Whether to enable ALSA OSS emulation (with certain cards sound mixing may not work!).
''; '';
}; };
}; };
@ -48,7 +48,9 @@ in
boot.kernelModules = optional config.sound.enableOSSEmulation "snd_pcm_oss"; boot.kernelModules = optional config.sound.enableOSSEmulation "snd_pcm_oss";
jobs.alsa = jobs.alsa =
{ startOn = "stopped udevtrigger"; { description = "ALSA Volume Settings";
startOn = "stopped udevtrigger";
preStart = preStart =
'' ''