alsa.nix: Add job description

This commit is contained in:
Eelco Dolstra
2012-08-17 11:00:14 -04:00
parent 36f5c97b49
commit 8e8bad96d4
+6 -4
View File
@@ -29,9 +29,9 @@ in
enableOSSEmulation = mkOption {
default = true;
description = ''
Whether to enable ALSA OSS emulation (with certain cards sound mixing may not work!).
'';
description = ''
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";
jobs.alsa =
{ startOn = "stopped udevtrigger";
{ description = "ALSA Volume Settings";
startOn = "stopped udevtrigger";
preStart =
''